diff options
author | Bwko <bouwko@gmail.com> | 2018-04-10 05:43:37 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2018-04-10 06:43:37 +0300 |
commit | 38a9cda4bbcddff59c856d42de714b6764887fde (patch) | |
tree | b6c7ea5e0886c6b72365e8d01a436b5c69d8a820 /templates/repo/branch | |
parent | 8ee45eb614eaa4814936a2166addc8c1208ea1f5 (diff) | |
download | gitea-38a9cda4bbcddff59c856d42de714b6764887fde.tar.gz gitea-38a9cda4bbcddff59c856d42de714b6764887fde.zip |
Remove unnecessary Safe tags (#3778)
Diffstat (limited to 'templates/repo/branch')
-rw-r--r-- | templates/repo/branch/list.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/branch/list.tmpl b/templates/repo/branch/list.tmpl index cd6afce912..c3bc04df27 100644 --- a/templates/repo/branch/list.tmpl +++ b/templates/repo/branch/list.tmpl @@ -69,12 +69,12 @@ <div class="ui small basic delete modal"> <div class="ui icon header"> <i class="trash icon"></i> - {{.i18n.Tr "repo.branch.delete_html"| Safe}} <span class="branch-name"></span> + {{.i18n.Tr "repo.branch.delete_html"}} <span class="branch-name"></span> </div> <div class="content"> - <p>{{.i18n.Tr "repo.branch.delete_desc" | Safe}}</p> + <p>{{.i18n.Tr "repo.branch.delete_desc"}}</p> {{.i18n.Tr "repo.branch.delete_notices_1" | Safe}}<br> - {{.i18n.Tr "repo.branch.delete_notices_html" | Safe}} <span class="branch-name"></span><br> + {{.i18n.Tr "repo.branch.delete_notices_html"}} <span class="branch-name"></span><br> </div> {{template "base/delete_modal_actions" .}} </div> |