diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-02-26 23:31:30 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-06 05:10:43 +0100 |
commit | 8f3ef5aa716d2df5dd7090ece128f8f31251c841 (patch) | |
tree | 9358d2bf2ae7671093c08749d83ea8bf8a9578d4 /templates/mail | |
parent | Fix htmx rendering the login page in frame on session logout (#29405) (diff) | |
download | forgejo-8f3ef5aa716d2df5dd7090ece128f8f31251c841.tar.xz forgejo-8f3ef5aa716d2df5dd7090ece128f8f31251c841.zip |
Fix mail template error (#29410)
(cherry picked from commit eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a)
Diffstat (limited to 'templates/mail')
-rw-r--r-- | templates/mail/notify/repo_transfer.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/notify/repo_transfer.tmpl b/templates/mail/notify/repo_transfer.tmpl index 597048ddf4..8c8b276484 100644 --- a/templates/mail/notify/repo_transfer.tmpl +++ b/templates/mail/notify/repo_transfer.tmpl @@ -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}} |