mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +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);
|
Document parsed = JsoupEx.parse(html);
|
||||||
|
|
||||||
// <!--[if ...]><!--> ... <!--<![endif]-->
|
// <!--[if ...]><!--> ... <!--<![endif]-->
|
||||||
|
// https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/hh801214(v=vs.85)
|
||||||
if (!display_hidden && false)
|
if (!display_hidden && false)
|
||||||
parsed.filter(new NodeFilter() {
|
parsed.filter(new NodeFilter() {
|
||||||
private boolean remove = false;
|
private boolean remove = false;
|
||||||
|
|
Loading…
Reference in a new issue