Explorar el Código

Fix mixed indentation

pull/1931/head
teutat3s hace 3 años
padre
commit
91cca1b63a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 18DAE600A6BBE705
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 fichero

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

Cargando…
Cancelar
Guardar