aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Url.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-12 19:28:59 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-12 19:28:59 +0200
commitb9523a0ba09b5641e93fcd8300dd1a9f5145da2d (patch)
tree404e6ec03b241003610aab888a65ab47e90e6e97 /inc/poche/Url.class.php
parent084ec2a63df90b775195ad874f8fc0d7fbefbc93 (diff)
downloadwallabag-b9523a0ba09b5641e93fcd8300dd1a9f5145da2d.tar.gz
wallabag-b9523a0ba09b5641e93fcd8300dd1a9f5145da2d.tar.zst
wallabag-b9523a0ba09b5641e93fcd8300dd1a9f5145da2d.zip
fix bug #209: titles with colon bad parsed
Diffstat (limited to 'inc/poche/Url.class.php')
-rw-r--r--inc/poche/Url.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Url.class.php b/inc/poche/Url.class.php
index 5a893014..600a2166 100644
--- a/inc/poche/Url.class.php
+++ b/inc/poche/Url.class.php
@@ -354,7 +354,7 @@ class Url
354 } 354 }
355 if (isset($splink)) { 355 if (isset($splink)) {
356 // Build DOM tree from HTML 356 // Build DOM tree from HTML
357 $readability = new Readability($html, $url); 357 $readability = new PocheReadability($html, $url);
358 $xpath = new DOMXPath($readability->dom); 358 $xpath = new DOMXPath($readability->dom);
359 // Loop through single_page_link xpath expressions 359 // Loop through single_page_link xpath expressions
360 $single_page_url = null; 360 $single_page_url = null;