diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-11 11:54:51 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-12 16:46:37 +0000 |
commit | c049907103c47e279706a319a0d8917ee6c968ab (patch) | |
tree | 2766ce490cff12bdff48d6561c54db6c5b604750 /CHANGELOG.md | |
parent | 83744b62b5c55a04a1d513cec2916976f2dafb58 (diff) |
Don’t escape entities in report titles via ajax.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fb18ccfb..825a9d353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ - Keep all moderation history, and show in report/update admin. #2329 - Bugfixes: - Restore map zoom out when navigating to /around from /report. #1649 + - Don’t escape HTML entities in report titles pulled in by ajax. #2346 - Open311 improvements: - Fix bug in contact group handling. #2323 - Improve validation of fetched reports timestamps. #2327 |