mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-22 01:51:19 +02:00
Escape branch name in dropdown menu
Signed-off-by: Jonas Franz <info@jonasfranz.software>
This commit is contained in:
@@ -47,9 +47,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="text small">
|
<div class="text small">
|
||||||
{{if .IsViewBranch}}
|
{{if .IsViewBranch}}
|
||||||
{{.i18n.Tr "repo.branch.create_from" .BranchName | Safe}}
|
{{.i18n.Tr "repo.branch.create_from" .BranchName}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName) | Safe}}
|
{{.i18n.Tr "repo.branch.create_from" (ShortSha .BranchName)}}
|
||||||
{{end}}
|
{{end}}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user