forked from forgejo/forgejo
Escape search query (#3486)
Signed-off-by: Jonas Franz <info@jonasfranz.de>
This commit is contained in:
parent
6eaeb01ecf
commit
2cb4649acf
2 changed files with 8 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
{{if .Keyword}}
|
||||
<h3>
|
||||
{{.i18n.Tr "repo.search.results" .Keyword .RepoLink .RepoName | Str2html}}
|
||||
{{.i18n.Tr "repo.search.results" (.Keyword|Escape) .RepoLink .RepoName | Str2html }}
|
||||
</h3>
|
||||
<div class="repository search">
|
||||
{{range $result := .SearchResults}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue