mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
Use the built-in HTML escaping of Markup("…{var}…").format(), in order
to allow Semgrep to detect mistakes like Markup("…{var}…".format())
and Markup(f"…{var}…").
Signed-off-by: Anders Kaseorg <anders@zulip.com>
4.8 KiB
4.8 KiB