mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
We were using Google's diff-match-patch library to diff HTML. The problem with that approach is that it is a text differ, not an HTML differ and so it ends up messing up the HTML tags. `lxml` is a safer option. Fixes: #7219.
824 B
824 B