Add prorper escaping of url in issue form
This commit is contained in:
parent
ac390d28b8
commit
c9321550e0
|
@ -1,4 +1,4 @@
|
|||
<form class="ui comment form grid" action="{{.Link}}" method="post">
|
||||
<form class="ui comment form grid" action="{{EscapePound .Link}}" method="post">
|
||||
{{.CsrfTokenHtml}}
|
||||
{{if .Flash}}
|
||||
<div class="sixteen wide column">
|
||||
|
|
Loading…
Reference in New Issue