Add missing whitespace before disabled HTML attribute

This commit is contained in:
Guillaume Gomez 2021-12-07 15:11:00 +01:00
parent 87dce6e8df
commit 4dd3f4e9ea

View File

@ -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 -%}