diff --git a/states/dokuwiki/templates/acl.auth.php.j2 b/states/dokuwiki/templates/acl.auth.php.j2 index 5aca5db..3f10ff1 100644 --- a/states/dokuwiki/templates/acl.auth.php.j2 +++ b/states/dokuwiki/templates/acl.auth.php.j2 @@ -1,4 +1,4 @@ {%- from "dokuwiki/map.jinja" import dokuwiki with context %} -{%- for key, value in dokuwiki.acls.items() %} +{% for key, value in dokuwiki.acls.items() -%} {{ value.scope }} {{ value.apply }} {{ value.right }} -{%- endfor %} +{% endfor -%}