summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2024-03-03 12:57:22 +0800
committerGitHub <noreply@github.com>2024-03-03 04:57:22 +0000
commite71b69257c38178eed9ccd0b62a5ae47d67858d4 (patch)
tree29f230d82e7abd7167e4eb0c69830c58dbd99f57 /templates
parent22b4f0c09f1de5e581929bd10f39833d30d2c482 (diff)
downloadgitea-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.tmpl2
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"}}