]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/templates/print_item.html
Rollup merge of #106453 - coastalwhite:master, r=GuillaumeGomez
[rust.git] / src / librustdoc / html / templates / print_item.html
index e497b619366b175e0513fce42de6754d961d0d95..611d124d4b91bedc99a68472752817b222517bf9 100644 (file)
@@ -7,7 +7,7 @@
         {%- 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" {# -#}
+        <img src="{{static_root_path|safe}}{{clipboard_svg}}" {# -#}
                 width="19" height="18" {# -#}
                 alt="Copy item path"> {#- -#}
         </button> {#- -#}