mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Fixed IndexError when there is only zero or more whitespace characters between < and >. (str.split() will return an empty list in this case, which means there is no index 0.)
11 KiB
11 KiB