1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

fix bug #209: titles with colon bad parsed

This commit is contained in:
Nicolas Lœuillet 2013-09-12 19:28:59 +02:00
parent 084ec2a63d
commit b9523a0ba0
3 changed files with 49 additions and 9 deletions

View file

@ -354,7 +354,7 @@ class Url
}
if (isset($splink)) {
// Build DOM tree from HTML
$readability = new Readability($html, $url);
$readability = new PocheReadability($html, $url);
$xpath = new DOMXPath($readability->dom);
// Loop through single_page_link xpath expressions
$single_page_url = null;