Add missing whitespace before disabled HTML attribute
This commit is contained in:
parent
87dce6e8df
commit
4dd3f4e9ea
@ -20,7 +20,7 @@
|
|||||||
id="mainThemeStyle"> {#- -#}
|
id="mainThemeStyle"> {#- -#}
|
||||||
{%- for theme in themes -%}
|
{%- for theme in themes -%}
|
||||||
<link rel="stylesheet" type="text/css" {# -#}
|
<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" -%}
|
{%- if theme == "light" -%}
|
||||||
id="themeStyle"
|
id="themeStyle"
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user