diff options
author | wxiaoguang <wxiaoguang@gmail.com> | 2024-03-03 12:57:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 04:57:22 +0000 |
commit | e71b69257c38178eed9ccd0b62a5ae47d67858d4 (patch) | |
tree | 29f230d82e7abd7167e4eb0c69830c58dbd99f57 /templates | |
parent | 22b4f0c09f1de5e581929bd10f39833d30d2c482 (diff) | |
download | gitea-e71b69257c38178eed9ccd0b62a5ae47d67858d4.tar.gz gitea-e71b69257c38178eed9ccd0b62a5ae47d67858d4.zip |
Breaking summary for template refactoring (#29395)
https://github.com/go-gitea/gitea/pull/29395
Diffstat (limited to 'templates')
-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 10fa0f1ffc..021ca3989d 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"}} |