summaryrefslogtreecommitdiffstats
path: root/templates/mail/notify
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-02-27 06:31:30 +0800
committerGitHub <noreply@github.com>2024-02-26 22:31:30 +0000
commiteb2fc1818b00b7ca6f8c21bb490a8e8be1e62f9a (patch)
tree449c0659eb24037fe0f5b9c801b7e873ae43a7d3 /templates/mail/notify
parent4f70ebb68494b23c5bce93efbe4c5f80b3aaf444 (diff)
downloadgitea-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.tmpl2
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}}