mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
We were ignoring singleton tags like "input" tags in html-grep. This was an artifact of our tokenizer originally being built to check indentation of templates, for which singleton tags had been a distraction. This fix actually cleans up the template checking logic as well, since it can now rely on the tokenizer to classify special tags and singleton tags. The tokenizer is more complete and more specific.
11 KiB
11 KiB