mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
Strings should be escaped at the point of interpolation into a template, not before. In this case, the early escape was hiding the bug that code_language was only escaped if it was not found in pygments_data. Signed-off-by: Anders Kaseorg <anders@zulip.com>