Skip to content

Commit d0a33fb

Browse files
committed
Remove some stray whitespace.
1 parent 586a9ce commit d0a33fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/librustdoc/html/templates/print_item.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h1 class="fqn"> {#- -#}
77
{%- endfor -%}
88
<a class="{{item_type}}" href="#">{{name}}</a> {#- -#}
99
<button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"> {#- -#}
10-
<img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg"
11-
width="19" height="18"
12-
alt="Copy item path">
10+
<img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg" {# -#}
11+
width="19" height="18" {# -#}
12+
alt="Copy item path"> {#- -#}
1313
</button> {#- -#}
1414
</span> {#- -#}
1515
<span class="out-of-band"> {#- -#}

0 commit comments

Comments
 (0)