Add prorper escaping of url in issue form

This commit is contained in:
Odin Ugedal 2016-03-15 11:56:49 +01:00
parent ac390d28b8
commit c9321550e0
1 changed files with 1 additions and 1 deletions

View File

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