1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +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>
{{end}}
{{if .Content}}
<div class="content">
<div class="markup content">
{{.RenderedContent|Str2html}}
</div>
{{end}}