瀏覽代碼

Fix mixed indentation

pull/1931/head
teutat3s 3 年之前
父節點
當前提交
91cca1b63a
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 18DAE600A6BBE705
共有 1 個文件被更改,包括 3 次插入3 次删除
  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 查看文件

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

Loading…
取消
儲存