diff options
author | zeripath <art27@cantab.net> | 2019-04-16 22:37:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-16 22:37:35 +0100 |
commit | 450fc9a12015317eaafd1876932bd358fad4054a (patch) | |
tree | 077cc96919e11af92f1d8532986e450b0e079aa1 /templates/repo/issue | |
parent | 8d01b9857ffeb1408b3fe6ca2007de5a81eaacd6 (diff) | |
download | gitea-450fc9a12015317eaafd1876932bd358fad4054a.tar.gz gitea-450fc9a12015317eaafd1876932bd358fad4054a.zip |
Fix 6655 - there is no need to EscapePound .Link as it is already escaped (#6656)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'templates/repo/issue')
-rw-r--r-- | templates/repo/issue/new_form.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/new_form.tmpl b/templates/repo/issue/new_form.tmpl index 7dafc6766c..73b59e3cb8 100644 --- a/templates/repo/issue/new_form.tmpl +++ b/templates/repo/issue/new_form.tmpl @@ -1,4 +1,4 @@ -<form class="ui comment form stackable grid" action="{{EscapePound .Link}}" method="post"> +<form class="ui comment form stackable grid" action="{{.Link}}" method="post"> {{.CsrfTokenHtml}} {{if .Flash}} <div class="sixteen wide column"> |