From 91cca1b63a4fdaa96b61ef21b4ade271fabff26c Mon Sep 17 00:00:00 2001 From: teutat3s <10206665+teutat3s@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:11:11 +0200 Subject: [PATCH] Fix mixed indentation --- .../templates/static-files/well-known/matrix-support.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/matrix-base/templates/static-files/well-known/matrix-support.j2 b/roles/matrix-base/templates/static-files/well-known/matrix-support.j2 index fd27432b5..71567abbe 100644 --- a/roles/matrix-base/templates/static-files/well-known/matrix-support.j2 +++ b/roles/matrix-base/templates/static-files/well-known/matrix-support.j2 @@ -1,7 +1,7 @@ #jinja2: lstrip_blocks: "True" { "admins": {{ matrix_homeserver_admin_contacts|to_json }} - {% if matrix_homeserver_support_url %}, - "support_page": "{{ matrix_homeserver_support_url|to_json }}" - {% endif %} + {% if matrix_homeserver_support_url %}, + "support_page": "{{ matrix_homeserver_support_url|to_json }}" + {% endif %} }