Skip to content

Commit e1be062

Browse files
gh-pages: reduce page size by skipping spaces (#15278)
This removes preserved spaces after lint name, marginally reducing page size. Changing `~}}` into `-}}` will break things: lint name will touch copy buttons on it's right side. cc @GuillaumeGomez as one who touched this last time changelog: none
2 parents 0bf4d5a + 016e534 commit e1be062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/gh-pages/index_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1 class="page-header">Clippy Lints <span id="lint-count" class="badge"></span>
148148
<label for="label-{{lint.id}}"> {# #}
149149
<h2 class="lint-title"> {# #}
150150
<div class="panel-title-name" id="lint-{{lint.id}}"> {# #}
151-
{{lint.id +}}
151+
{{lint.id ~}}
152152
<a href="#{{lint.id}}" class="anchor label label-default">&para;</a> {#+ #}
153153
<a href="" class="copy-to-clipboard anchor label label-default"> {# #}
154154
&#128203; {# #}

0 commit comments

Comments
 (0)