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 71567abb..97e76012 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 @@ -2,6 +2,6 @@ { "admins": {{ matrix_homeserver_admin_contacts|to_json }} {% if matrix_homeserver_support_url %}, - "support_page": "{{ matrix_homeserver_support_url|to_json }}" + "support_page": {{ matrix_homeserver_support_url|to_json }} {% endif %} }