Browse Source

Fix 6655 - there is no need to EscapePound .Link as it is already escaped (#6656)

Signed-off-by: Andrew Thornton <art27@cantab.net>
for-closed-social
zeripath 5 years ago
committed by GitHub
parent
commit
450fc9a120
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/issue/new_form.tmpl

+ 1
- 1
templates/repo/issue/new_form.tmpl View File

@ -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">

Loading…
Cancel
Save