Ver código fonte

Fix mixed indentation

pull/1931/head
teutat3s 3 anos atrás
pai
commit
91cca1b63a
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 18DAE600A6BBE705
1 arquivos alterados com 3 adições e 3 exclusões
  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 Ver arquivo

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

Carregando…
Cancelar
Salvar