forked from wallabag/wallabag
added commentsand fixed something forgotten
This commit is contained in:
@ -733,7 +733,7 @@ class Poche
|
||||
$data = array();
|
||||
$read = 0;
|
||||
|
||||
if (Tools:: get_doctype($html)) {
|
||||
if (Tools::get_doctype($html)->innertext == "<!DOCTYPE NETSCAPE-Bookmark-file-1>") {
|
||||
// Firefox-bookmarks HTML
|
||||
foreach (array('DL','ul') as $list) {
|
||||
foreach ($html->find($list) as $ul) {
|
||||
|
||||
Reference in New Issue
Block a user