diff options
author | Michael Horstmann <m@hrstmnn.de> | 2022-10-08 03:53:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-08 11:53:42 +0800 |
commit | 6c53cf852f1b00fbcd5f641ebf4885f78cf1160c (patch) | |
tree | a6b371c1aef57523f965057fc4a017c59cc6f83a /templates | |
parent | f0aed8205b28d984698414d32635b66927ea6ca0 (diff) | |
download | gitea-6c53cf852f1b00fbcd5f641ebf4885f78cf1160c.tar.gz gitea-6c53cf852f1b00fbcd5f641ebf4885f78cf1160c.zip |
Removed one extra whitespace in footer after "Template" (#21364)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base/footer_content.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base/footer_content.tmpl b/templates/base/footer_content.tmpl index 88dec014f6..89be609225 100644 --- a/templates/base/footer_content.tmpl +++ b/templates/base/footer_content.tmpl @@ -12,8 +12,7 @@ {{end}} {{if and .TemplateLoadTimes ShowFooterTemplateLoadTime}} {{.locale.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong> - {{.locale.Tr "template"}} - {{if .TemplateName}} {{.TemplateName}}{{end}}: <strong>{{call .TemplateLoadTimes}}</strong> + {{.locale.Tr "template"}}{{if .TemplateName}} {{.TemplateName}}{{end}}: <strong>{{call .TemplateLoadTimes}}</strong> {{end}} </div> <div class="ui right links"> |