Bläddra i källkod

Fix mixed indentation

pull/1931/head
teutat3s 3 år sedan
förälder
incheckning
91cca1b63a
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 18DAE600A6BBE705
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. +3
    -3
      roles/matrix-base/templates/static-files/well-known/matrix-support.j2

+ 3
- 3
roles/matrix-base/templates/static-files/well-known/matrix-support.j2 Visa fil

@@ -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 %}
}

Laddar…
Avbryt
Spara