X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fpoche%2FPoche.class.php;h=d039de1f1877d6cc9b70b86d44cd2d3dabce47d0;hb=f0a819a968e5d935c757bb65acdfbca480398274;hp=7b13c97e4b2d4dd0780a89c9bf679c91388a3cb1;hpb=d31766300a4c15acf0d6d496eb0156f2e6d3a269;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 7b13c97e..d039de1f 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -733,7 +733,7 @@ class Poche $data = array(); $read = 0; - if (Tools:: get_doctype($html)) { + if (Tools::get_doctype($html)->innertext == "") { // Firefox-bookmarks HTML foreach (array('DL','ul') as $list) { foreach ($html->find($list) as $ul) {