diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-02-27 06:31:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 22:31:30 +0000 |
commit | eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a (patch) | |
tree | 449c0659eb24037fe0f5b9c801b7e873ae43a7d3 /templates/mail/notify | |
parent | 4f70ebb68494b23c5bce93efbe4c5f80b3aaf444 (diff) | |
download | gitea-eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a.tar.gz gitea-eb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a.zip |
Fix mail template error (#29410)
Diffstat (limited to 'templates/mail/notify')
-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}} |