summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view.tmpl
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2015-01-20 13:08:49 +0800
committerUnknwon <joe2010xtmf@163.com>2015-01-20 13:08:49 +0800
commit8e384ce46c69b0e90168094f64e2ad6c787f4cbb (patch)
tree75f29a2b75da9b5e1dceb91137805db6af8c3dd4 /templates/repo/issue/view.tmpl
parent0e286a0ca96ff32241b0d96515d57a37c8a3d5dc (diff)
downloadgitea-8e384ce46c69b0e90168094f64e2ad6c787f4cbb.tar.gz
gitea-8e384ce46c69b0e90168094f64e2ad6c787f4cbb.zip
fix #828, may cause unintentional break in other features, but security is no.1
Diffstat (limited to 'templates/repo/issue/view.tmpl')
-rw-r--r--templates/repo/issue/view.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl
index 738e0c3450..31231515fc 100644
--- a/templates/repo/issue/view.tmpl
+++ b/templates/repo/issue/view.tmpl
@@ -25,7 +25,7 @@
<div class="panel panel-default issue-content">
<div class="panel-body">
<div class="content markdown">
- {{str2html .Issue.RenderedContent}}
+ {{Str2html .Issue.RenderedContent}}
</div>
<div class="issue-edit-content hidden">
<div class="form-group">
@@ -73,7 +73,7 @@
</div>
<div class="panel-body markdown">
{{if len .Content}}
- {{str2html .Content}}
+ {{Str2html .Content}}
{{else}}
<i>No comment entered</i>
{{end}}