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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user