diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/functions.php b/inc/functions.php index 6c05c327..02d2c9dc 100755 --- a/inc/functions.php +++ b/inc/functions.php | |||
@@ -109,6 +109,7 @@ function prepare_url($url) | |||
109 | if (isset($html) and strlen($html) > 0) | 109 | if (isset($html) and strlen($html) > 0) |
110 | { | 110 | { |
111 | $r = new Readability($html, $url); | 111 | $r = new Readability($html, $url); |
112 | $r->convertLinksToFootnotes = TRUE; | ||
112 | if($r->init()) | 113 | if($r->init()) |
113 | { | 114 | { |
114 | $title = $r->articleTitle->innerHTML; | 115 | $title = $r->articleTitle->innerHTML; |