1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Fix mail template error (#29410)

This commit is contained in:
wxiaoguang
2024-02-27 06:31:30 +08:00
committed by GitHub
parent 4f70ebb684
commit eb2fc1818b
2 changed files with 9 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
<title>{{.Subject}}</title>
</head>
{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo)}}
{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo}}
<body>
<p>{{.Subject}}.
{{.locale.Tr "mail.repo.transfer.body" $url}}