mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
xmlns:svg is an XML namespace declaration that would be valid in XHTML but not in HTML. Even in XHTML, it wouldn’t be necessary because we don’t write SVG tags prefixed like <svg:circle>, only unprefixed like <circle>. Signed-off-by: Anders Kaseorg <andersk@mit.edu>