aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/repo_transfer.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/notify/repo_transfer.tmpl')
-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 43d95b3ff0..1b23593f6b 100644
--- a/templates/mail/notify/repo_transfer.tmpl
+++ b/templates/mail/notify/repo_transfer.tmpl
@@ -8,7 +8,7 @@
{{$url := printf "<a href='%[1]s'>%[2]s</a>" (Escape .Link) (Escape .Repo)}}
<body>
<p>{{.Subject}}.
- {{.locale.Tr "mail.repo.transfer.body" $url | Str2html}}
+ {{.locale.Tr "mail.repo.transfer.body" ($url|Safe)}}
</p>
<p>
---