From 4ddd0a26cd63fe5ba701d31d3de8ffcbfd585ada Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 18 Mar 2025 16:58:27 +0100 Subject: [PATCH] updated dokuwiki state --- states/dokuwiki/templates/acl.auth.php.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%}