Added comment

This commit is contained in:
M66B 2020-02-04 10:10:36 +01:00
parent a48b21edfb
commit ecd7172723
1 changed files with 1 additions and 0 deletions

View File

@ -260,6 +260,7 @@ public class HtmlHelper {
Document parsed = JsoupEx.parse(html);
// <!--[if ...]><!--> ... <!--<![endif]-->
// https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/hh801214(v=vs.85)
if (!display_hidden && false)
parsed.filter(new NodeFilter() {
private boolean remove = false;