浏览代码

Fix mixed indentation

pull/1931/head
teutat3s 4 年前
父节点
当前提交
91cca1b63a
找不到此签名对应的密钥 GPG 密钥 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 %}
}

正在加载...
取消
保存