diff options
author | Erik Johnston <erik@matrix.org> | 2022-11-16 11:14:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-16 11:14:38 +0000 |
commit | 5cb6ad3b87caaadaedc3cc57e5513feb459b519d (patch) | |
tree | f2ad865e9dfaff5a23fa8097bd7fd60b1ab69481 /changelog.d | |
parent | Include heroes in partial join responses' state (#14442) (diff) | |
download | synapse-5cb6ad3b87caaadaedc3cc57e5513feb459b519d.tar.xz |
Fix HTML templates missing correct HTML tags (#14448)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14448.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14448.bugfix b/changelog.d/14448.bugfix new file mode 100644 index 0000000000..4bf1c183f6 --- /dev/null +++ b/changelog.d/14448.bugfix @@ -0,0 +1 @@ +Fix rendering of some HTML templates (including emails). Introduced in v1.71.0. |