Skip to content

Commit f9e1500

Browse files
authored
Fix mermaid rendering in milestone dashboard (#18214)
Fixes: #18200
1 parent 2f4f285 commit f9e1500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/milestones.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
</div>
118118
{{end}}
119119
{{if .Content}}
120-
<div class="content">
120+
<div class="markup content">
121121
{{.RenderedContent|Str2html}}
122122
</div>
123123
{{end}}

0 commit comments

Comments
 (0)