0
0
mirror of https://gitea.com/gitea/docs.git synced 2025-03-18 04:54:17 +00:00

Fix documentation for the fallback mail subject (#15223)

The documentation for the [fallback mail subject](d989247bb0/services/mailer/mail_issue.go (L14-L16)) was missing `{{}}` around `.Issue.Index`.
This commit is contained in:
David Crocker
2021-03-31 11:36:21 -04:00
committed by GitHub
parent 65d77e8aeb
commit d1b05a1e07

@ -130,7 +130,7 @@ did not include a subject part), Gitea's **internal default** will be used.
The internal default (fallback) subject is the equivalent of:
```sh
{{.SubjectPrefix}}[{{.Repo}}] {{.Issue.Title}} (#.Issue.Index)
{{.SubjectPrefix}}[{{.Repo}}] {{.Issue.Title}} (#{{.Issue.Index}})
```
For example: `Re: [mike/stuff] New color palette (#38)`