Corrected the tail indents.
This commit is contained in:
parent
aaedc00343
commit
56aabbb31a
@ -16,7 +16,7 @@
|
|||||||
{%- for entry in data|dictsort -%}
|
{%- for entry in data|dictsort -%}
|
||||||
{{ entry[0]|indent(indents, True) }} {
|
{{ entry[0]|indent(indents, True) }} {
|
||||||
{{ config_entries(entry[1], indents + 2) }}
|
{{ config_entries(entry[1], indents + 2) }}
|
||||||
{{ '}\n'|indent(indents, True) }}
|
{{ '}'|indent(indents, True) }}{{ '\n' }}
|
||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
{%- endmacro -%}
|
{%- endmacro -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user