Przeglądaj źródła

Fix mixed indentation

pull/1931/head
teutat3s 3 lat temu
rodzic
commit
91cca1b63a
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 18DAE600A6BBE705
1 zmienionych plików z 3 dodań i 3 usunięć
  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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz