1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 18:58:38 +00:00

Fix mermaid rendering in milestone dashboard (#18214)

Fixes: https://github.com/go-gitea/gitea/issues/18200
This commit is contained in:
silverwind
2022-01-08 08:59:36 -08:00
committed by GitHub
parent 2f4f2852fc
commit f9e150002e

View File

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