1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove unnecessary Safe tags (#3778)

This commit is contained in:
Bwko
2018-04-10 05:43:37 +02:00
committed by Lauris BH
parent 8ee45eb614
commit 38a9cda4bb
6 changed files with 13 additions and 14 deletions

View File

@@ -145,7 +145,7 @@
<img src="{{.Poster.RelAvatarLink}}">
</a>
<span class="text grey"><a href="{{.Poster.HomeLink}}">{{.Poster.Name}}</a>
{{$.i18n.Tr "repo.issues.delete_branch_at" .CommitSHA $createdStr | Safe}}
{{$.i18n.Tr "repo.issues.delete_branch_at" (.CommitSHA|Escape) $createdStr | Safe}}
</span>
</div>
{{else if eq .Type 12}}