diff options
| author | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-10-09 08:33:19 -0700 |
|---|---|---|
| committer | Jacob Hoffman-Andrews <github@hoffman-andrews.com> | 2021-10-09 08:33:19 -0700 |
| commit | d0a33fb175fad3b1e9bbe4a6ca3fe41b1aa242d6 (patch) | |
| tree | cea6f33b64d107197c63578caea719ff4d3523e5 /src/librustdoc | |
| parent | 586a9cea7538dec02b2cad76f367026a445b03d0 (diff) | |
| download | rust-d0a33fb175fad3b1e9bbe4a6ca3fe41b1aa242d6.tar.gz rust-d0a33fb175fad3b1e9bbe4a6ca3fe41b1aa242d6.zip | |
Remove some stray whitespace.
Diffstat (limited to 'src/librustdoc')
| -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"> {#- -#} |
