mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-07-15 05:01:41 +08: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