aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
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
733 $data = array(); 733 $data = array();
734 $read = 0; 734 $read = 0;
735 735
736 if (Tools:: get_doctype($html)) { 736 if (Tools::get_doctype($html)->innertext == "<!DOCTYPE NETSCAPE-Bookmark-file-1>") {
737 // Firefox-bookmarks HTML 737 // Firefox-bookmarks HTML
738 foreach (array('DL','ul') as $list) { 738 foreach (array('DL','ul') as $list) {
739 foreach ($html->find($list) as $ul) { 739 foreach ($html->find($list) as $ul) {