We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95978b3 commit b8e4c54Copy full SHA for b8e4c54
src/librustdoc/html/templates/page.html
@@ -24,7 +24,7 @@
24
{% endfor %}
25
></script> {# #}
26
{% endif %}
27
- <div id="rustdoc-vars" {#+ #}
+ <meta id="rustdoc-vars" {#+ #}
28
data-root-path="{{page.root_path|safe}}" {#+ #}
29
data-static-root-path="{{static_root_path|safe}}" {#+ #}
30
data-current-crate="{{layout.krate}}" {#+ #}
@@ -39,7 +39,6 @@
39
data-theme-dark-css="{{files.theme_dark_css}}" {#+ #}
40
data-theme-ayu-css="{{files.theme_ayu_css}}" {#+ #}
41
> {# #}
42
- </div> {# #}
43
<script src="{{static_root_path|safe}}{{files.storage_js}}"></script> {# #}
44
{% if page.css_class.contains("crate") %}
45
<script defer src="{{page.root_path|safe}}crates{{page.resource_suffix}}.js"></script> {# #}
0 commit comments