Add missing whitespace before disabled HTML attribute
This commit is contained in:
parent
87dce6e8df
commit
4dd3f4e9ea
1 changed files with 1 additions and 1 deletions
|
@ -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 -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue