diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-01-20 13:08:49 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-01-20 13:08:49 +0800 |
commit | 8e384ce46c69b0e90168094f64e2ad6c787f4cbb (patch) | |
tree | 75f29a2b75da9b5e1dceb91137805db6af8c3dd4 /templates/repo/release/list.tmpl | |
parent | 0e286a0ca96ff32241b0d96515d57a37c8a3d5dc (diff) | |
download | gitea-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/release/list.tmpl')
-rw-r--r-- | templates/repo/release/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/release/list.tmpl b/templates/repo/release/list.tmpl index 93dd896a64..79e69b7a9a 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> |