Browse Source

Minor quotes

Alexandre Alapetite 9 năm trước cách đây
mục cha
commit
2c92860310
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/lib_opml.php

+ 1 - 1
lib/lib_opml.php

@@ -131,7 +131,7 @@ function preprocessing_categories($doc) {
 	$outline_categories = [];
 	$body = $doc->getElementsByTagName('body')->item(0);
 	$xpath = new DOMXpath($doc);
-	$outlines = $xpath->query("/opml/body/outline[@category]");
+	$outlines = $xpath->query('/opml/body/outline[@category]');
 	foreach ($outlines as $outline) {
 		$category = trim($outline->getAttribute('category'));
 		if ($category != '') {