mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-02-14 13:58:27 +03:00
Commit 4fd69f3e fixed handling of '<' characters not followed by an ASCII letter. But a '<!' sequence followed by invalid characters should be treated as bogus comment and skipped. Fixes #380.
6 lines
73 B
HTML
6 lines
73 B
HTML
<html>
|
|
<body>
|
|
<![if !supportLists]>...<![endif]>
|
|
</body>
|
|
</html>
|