aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo')
-rw-r--r--templates/repo/issue/milestone.tmpl2
-rw-r--r--templates/repo/issue/view.tmpl4
-rw-r--r--templates/repo/release/list.tmpl2
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/repo/issue/milestone.tmpl b/templates/repo/issue/milestone.tmpl
index 8a5751c1..8fc3c253 100644
--- a/templates/repo/issue/milestone.tmpl
+++ b/templates/repo/issue/milestone.tmpl
@@ -32,7 +32,7 @@
<a href="{{$.RepoLink}}/issues?milestone={{.Index}}{{if .IsClosed}}&state=closed{{end}}">Issues</a>
</p>
<hr/>
- <p class="description">{{.RenderedContent | str2html}}</p>
+ <p class="description">{{.RenderedContent | Str2html}}</p>
</div>
{{end}}
</div>
diff --git a/templates/repo/issue/view.tmpl b/templates/repo/issue/view.tmpl
index 738e0c34..31231515 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}}
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl
index 93dd896a..79e69b7a 100644
--- a/templates/repo/release/list.tmpl
+++ b/templates/repo/release/list.tmpl
@@ -39,7 +39,7 @@
<span class="ahead">{{$.i18n.Tr "repo.release.ahead" .NumCommitsBehind .Target | Str2html}}</span>
</p>
<div class="markdown desc">
- {{str2html .Note}}
+ {{Str2html .Note}}
</div>
<p class="download">
<a class="btn btn-gray btn-large btn-radius" href="{{$.RepoLink}}/archive/{{.TagName}}.zip" rel="nofollow"><i class="fa fa-download"></i> {{$.i18n.Tr "repo.release.source_code"}} (ZIP)</a>