diff options
author | silverwind <me@silverwind.io> | 2022-01-06 19:49:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 11:49:27 +0800 |
commit | 80705cf4b4ecbbeb4d9636bfa105cf87625b06b5 (patch) | |
tree | c191e2f196d200890e3797b03a0bccc5753001f7 /templates/user/dashboard | |
parent | a1c12fb0b3a88e21e4c8c8f29c13e63cf4bc38dd (diff) | |
download | gitea-80705cf4b4ecbbeb4d9636bfa105cf87625b06b5.tar.gz gitea-80705cf4b4ecbbeb4d9636bfa105cf87625b06b5.zip |
Fix mermaid rendering in milestone dashboard (#18202)
Fixes: https://github.com/go-gitea/gitea/issues/18200
Diffstat (limited to 'templates/user/dashboard')
-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 3e1ef95d98..b006ca5186 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}} |