diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-12-07 15:11:00 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2021-12-07 15:11:08 +0100 |
| commit | 4dd3f4e9ea820f0053abe624d2bdb3a8e4b10d5f (patch) | |
| tree | 9f40c4777415e7b8a2b15c491071ce3860298c85 /src | |
| parent | 87dce6e8dfdae605c9c2a713cf0133066a52022a (diff) | |
| download | rust-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.html | 2 |
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 -%} |
