Skip to content

Commit 4dd3f4e

Browse files
Add missing whitespace before disabled HTML attribute
1 parent 87dce6e commit 4dd3f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/templates/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
id="mainThemeStyle"> {#- -#}
2121
{%- for theme in themes -%}
2222
<link rel="stylesheet" type="text/css" {# -#}
23-
href="{{static_root_path | safe}}{{theme}}{{page.resource_suffix}}.css" {#- -#}
23+
href="{{static_root_path | safe}}{{theme}}{{page.resource_suffix}}.css" {# -#}
2424
{%- if theme == "light" -%}
2525
id="themeStyle"
2626
{%- else -%}

0 commit comments

Comments
 (0)