mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add whitespace removal inside template curly brackes (#20853)
This commit is contained in:
@@ -52,8 +52,8 @@
|
||||
</h2>
|
||||
<div class="ui dividing"></div>
|
||||
<div class="ui segment loading hide" id="loading-indicator"></div>
|
||||
{{ template "repo/graph/svgcontainer" .}}
|
||||
{{ template "repo/graph/commits" .}}
|
||||
{{template "repo/graph/svgcontainer" .}}
|
||||
{{template "repo/graph/commits" .}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user