diff options
author | Denis Kasak <dkasak@termina.org.uk> | 2021-01-29 11:27:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 11:27:43 +0100 |
commit | c14688d44a80be4a04b5b03976ee0059ff34107f (patch) | |
tree | a2f21577f2c4a1e33ece504c431bd7ab0bf6864f | |
parent | Merge branch 'social_login' into develop (diff) | |
download | synapse-c14688d44a80be4a04b5b03976ee0059ff34107f.tar.xz |
Fix typo in UPGRADE.rst
-rw-r--r-- | UPGRADE.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index e62e647a1d..eea0322695 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -92,11 +92,11 @@ Changes to HTML templates ------------------------- The HTML templates for SSO and email notifications now have `Jinja2's autoescape <https://jinja.palletsprojects.com/en/2.11.x/api/#autoescaping>`_ -enabled for files ending in ``.html``, ``.htm``, and ``.xml``. If you hae customised +enabled for files ending in ``.html``, ``.htm``, and ``.xml``. If you have customised these templates and see issues when viewing them you might need to update them. It is expected that most configurations will need no changes. -If you have customised the templates *names* for these templates it is recommended +If you have customised the templates *names* for these templates, it is recommended to verify they end in ``.html`` to ensure autoescape is enabled. The above applies to the following templates: |