fix possible XSS in view issue page

This commit is contained in:
Unknwon 2015-09-17 14:22:46 -04:00
parent 373731f5e8
commit 923873db85
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<div class="detail">
<span class="octicon octicon-git-commit"></span>
<span class="text grey">{{.Content | Safe}}</span>
<span class="text grey">{{.Content | Str2html}}</span>
</div>
</div>
{{end}}