1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 17:17:19 +00:00

Fix mermaid rendering in milestone dashboard (#18202)

Fixes: https://github.com/go-gitea/gitea/issues/18200
This commit is contained in:
silverwind
2022-01-06 19:49:27 -08:00
committed by GitHub
parent a1c12fb0b3
commit 80705cf4b4

View File

@ -117,7 +117,7 @@
</div>
{{end}}
{{if .Content}}
<div class="content">
<div class="markup content">
{{.RenderedContent|Str2html}}
</div>
{{end}}