mirror of https://github.com/go-gitea/gitea.git
Fix 6655 - there is no need to EscapePound .Link as it is already escaped (#6656)
Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
8d01b9857f
commit
450fc9a120
|
@ -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}}
|
{{.CsrfTokenHtml}}
|
||||||
{{if .Flash}}
|
{{if .Flash}}
|
||||||
<div class="sixteen wide column">
|
<div class="sixteen wide column">
|
||||||
|
|
Loading…
Reference in New Issue