diff options
| author | 2016-08-11 23:13:28 +0200 | |
|---|---|---|
| committer | 2016-08-11 23:13:28 +0200 | |
| commit | 2c92860310d389f33fe7a10011e2a3921883b7bc (patch) | |
| tree | a1f5356c4e80b0f6332ecd30c0d79be9936eb5a8 /lib/lib_opml.php | |
| parent | 29d79185880f361545cf08b9faa4c755206c296e (diff) | |
Minor quotes
Diffstat (limited to 'lib/lib_opml.php')
| -rw-r--r-- | lib/lib_opml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_opml.php b/lib/lib_opml.php index 0414868fb..a3af54596 100644 --- a/lib/lib_opml.php +++ b/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 != '') { |
