about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-07 15:11:00 +0100
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-12-07 15:11:08 +0100
commit4dd3f4e9ea820f0053abe624d2bdb3a8e4b10d5f (patch)
tree9f40c4777415e7b8a2b15c491071ce3860298c85 /src
parent87dce6e8dfdae605c9c2a713cf0133066a52022a (diff)
downloadrust-4dd3f4e9ea820f0053abe624d2bdb3a8e4b10d5f.tar.gz
rust-4dd3f4e9ea820f0053abe624d2bdb3a8e4b10d5f.zip
Add missing whitespace before disabled HTML attribute
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/templates/page.html b/src/librustdoc/html/templates/page.html
index 3c6f083419a..5c957e4a379 100644
--- a/src/librustdoc/html/templates/page.html
+++ b/src/librustdoc/html/templates/page.html
@@ -20,7 +20,7 @@
           id="mainThemeStyle"> {#- -#}
     {%- for theme in themes -%}
         <link rel="stylesheet" type="text/css" {# -#}
-            href="{{static_root_path | safe}}{{theme}}{{page.resource_suffix}}.css" {#- -#}
+            href="{{static_root_path | safe}}{{theme}}{{page.resource_suffix}}.css" {# -#}
         {%- if theme == "light" -%}
             id="themeStyle"
         {%- else -%}