Skip to content

Commit 0acaa6b

Browse files
zeripathtechknowlogick
authored andcommitted
Fix 6655 - there is no need to EscapePound .Link as it is already escaped (#6656) (#6666)
Signed-off-by: Andrew Thornton <[email protected]>
1 parent 66a3353 commit 0acaa6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/new_form.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form class="ui comment form stackable grid" action="{{EscapePound .Link}}" method="post">
1+
<form class="ui comment form stackable grid" action="{{.Link}}" method="post">
22
{{.CsrfTokenHtml}}
33
{{if .Flash}}
44
<div class="sixteen wide column">

0 commit comments

Comments
 (0)