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

Signed-off-by: Andrew Thornton <art27@cantab.net>
release/v1.8
zeripath 5 years ago committed by techknowlogick
parent 66a3353c31
commit 0acaa6bd00

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