1
1
mirror of https://github.com/go-gitea/gitea synced 2025-12-05 12:28:26 +00:00

fix #828, may cause unintentional break in other features, but security is no.1

This commit is contained in:
Unknwon
2015-01-20 13:08:49 +08:00
parent 0e286a0ca9
commit 8e384ce46c
7 changed files with 13 additions and 10 deletions

View File

@@ -32,7 +32,7 @@
<a href="{{$.RepoLink}}/issues?milestone={{.Index}}{{if .IsClosed}}&state=closed{{end}}">Issues</a>
</p>
<hr/>
<p class="description">{{.RenderedContent | str2html}}</p>
<p class="description">{{.RenderedContent | Str2html}}</p>
</div>
{{end}}
</div>