1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-07 19:05:22 +02:00

Fix mail template error (#29410)

(cherry picked from commit eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a)
This commit is contained in:
wxiaoguang 2024-02-27 06:31:30 +08:00 committed by Earl Warren
parent ef95d1d533
commit 8f3ef5aa71
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
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}}