mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-16 01:43:24 +09:00
Add whitespace removal inside template curly brackes (#20853)
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<div class="inline field">
|
||||
<label></label>
|
||||
<button class="ui green button">
|
||||
{{.locale.Tr "repo.projects.create" }}
|
||||
{{.locale.Tr "repo.projects.create"}}
|
||||
</button>
|
||||
<a class="ui button" href="{{AppSubUrl}}/">{{.locale.Tr "cancel"}}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user