diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustdoc/html/templates/print_item.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustdoc/html/templates/print_item.html b/src/librustdoc/html/templates/print_item.html index 67a7934e399..5a468f3cc1e 100644 --- a/src/librustdoc/html/templates/print_item.html +++ b/src/librustdoc/html/templates/print_item.html @@ -7,9 +7,9 @@ {%- endfor -%} <a class="{{item_type}}" href="#">{{name}}</a> {#- -#} <button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"> {#- -#} - <img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg" - width="19" height="18" - alt="Copy item path"> + <img src="{{static_root_path | safe}}clipboard{{page.resource_suffix}}.svg" {# -#} + width="19" height="18" {# -#} + alt="Copy item path"> {#- -#} </button> {#- -#} </span> {#- -#} <span class="out-of-band"> {#- -#} |
