diff options
author | silverwind | 2022-01-08 08:59:36 -0800 |
---|---|---|
committer | GitHub | 2022-01-09 00:59:36 +0800 |
commit | f9e150002e762079c0f6a6ad6369f64fd3041841 (patch) | |
tree | a1bc50d3f93fa699dd8ad92be9205e725667f358 | |
parent | 2f4f2852fc0dacafe0d05e70f530b8ddbc28a390 (diff) |
Fix mermaid rendering in milestone dashboard (#18214)
Fixes: https://github.com/go-gitea/gitea/issues/18200
-rw-r--r-- | templates/user/dashboard/milestones.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/milestones.tmpl b/templates/user/dashboard/milestones.tmpl index c7416e7cd..588557c79 100644 --- a/templates/user/dashboard/milestones.tmpl +++ b/templates/user/dashboard/milestones.tmpl @@ -117,7 +117,7 @@ </div> {{end}} {{if .Content}} - <div class="content"> + <div class="markup content"> {{.RenderedContent|Str2html}} </div> {{end}} |