mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-30 19:08:37 +00: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}} | ||||
| 	{{if .Flash}} | ||||
| 		<div class="sixteen wide column"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user