mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix #828, may cause unintentional break in other features, but security is no.1
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user