diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-03-03 05:57:22 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-03-06 05:10:46 +0100 |
commit | 99b1a39aef44f9b10282b67cd8dbb385ea05c397 (patch) | |
tree | 2412d346f5ccc5fbcdd0e4a78bade32401225cba /templates/mail | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-99b1a39aef44f9b10282b67cd8dbb385ea05c397.tar.xz forgejo-99b1a39aef44f9b10282b67cd8dbb385ea05c397.zip |
Breaking summary for template refactoring (#29395)
https://github.com/go-gitea/gitea/pull/29395
(cherry picked from commit e71b69257c38178eed9ccd0b62a5ae47d67858d4)
Diffstat (limited to 'templates/mail')
-rw-r--r-- | templates/mail/issue/default.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/issue/default.tmpl b/templates/mail/issue/default.tmpl index 9a893e11f7..796dc403b7 100644 --- a/templates/mail/issue/default.tmpl +++ b/templates/mail/issue/default.tmpl @@ -65,7 +65,7 @@ {{$.locale.Tr "mail.issue.in_tree_path" .TreePath}} <div class="review"> <pre>{{.Patch}}</pre> - <div>{{.RenderedContent | SafeHTML}}</div> + <div>{{.RenderedContent}}</div> </div> {{end -}} {{if eq .ActionName "push"}} |