diff options
author | Nad Chishtie <n.chishtie@gmail.com> | 2019-08-20 12:24:46 -0700 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-08-28 15:59:54 +0100 |
commit | e023fd563f911740cf41d2e73ea4d63567edc96f (patch) | |
tree | aca6288f18d2528944a407460c86d1faf5a61b89 | |
parent | Compile (diff) | |
download | synapse-e023fd563f911740cf41d2e73ea4d63567edc96f.tar.xz |
Add missing space
-rw-r--r-- | synapse_topology/webui/src/js/components/TLS.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse_topology/webui/src/js/components/TLS.jsx b/synapse_topology/webui/src/js/components/TLS.jsx index 56ba5a2c0a..9583bac5fb 100644 --- a/synapse_topology/webui/src/js/components/TLS.jsx +++ b/synapse_topology/webui/src/js/components/TLS.jsx @@ -83,7 +83,7 @@ export default ({ If you choose to use a Reverse Proxy we'll provide you with configuration templates later. </p> - <p>More information about Reverse Proxies + <p>More information about Reverse Proxies{' '} <a href="https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst"> in the docs</a>. </p> |