mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Added comment
This commit is contained in:
parent
a48b21edfb
commit
ecd7172723
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue