mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-10 18:28:48 +03:00
Add prorper escaping of url in issue form
This commit is contained in:
@ -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}}
|
{{.CsrfTokenHtml}}
|
||||||
{{if .Flash}}
|
{{if .Flash}}
|
||||||
<div class="sixteen wide column">
|
<div class="sixteen wide column">
|
||||||
|
Reference in New Issue
Block a user