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`.
tokarchuk/v1.17
David Crocker 4 years ago committed by GitHub
parent 9d57373144
commit 79ac7468dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/content/doc/advanced/mail-templates-us.md

@ -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: The internal default (fallback) subject is the equivalent of:
```sh ```sh
{{.SubjectPrefix}}[{{.Repo}}] {{.Issue.Title}} (#.Issue.Index) {{.SubjectPrefix}}[{{.Repo}}] {{.Issue.Title}} (#{{.Issue.Index}})
``` ```
For example: `Re: [mike/stuff] New color palette (#38)` For example: `Re: [mike/stuff] New color palette (#38)`

Loading…
Cancel
Save