mirror of
https://github.com/go-gitea/gitea
synced 2025-08-05 17:18:21 +00:00
Add whitespace removal inside template curly brackes (#20853)
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ template "base/paginate" . }}
|
||||
{{template "base/paginate" .}}
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
|
Reference in New Issue
Block a user