From 4456315b217f4eb253fc4403e43cdcb0012356e6 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Wed, 17 Apr 2013 14:12:54 +0200 Subject: [PATCH] =?UTF-8?q?les=20liens=20sont=20maintenant=20transform?= =?UTF-8?q?=C3=A9s=20en=20note=20de=20bas=20de=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/functions.php b/inc/functions.php index 6c05c327e..02d2c9dc1 100755 --- a/inc/functions.php +++ b/inc/functions.php @@ -109,6 +109,7 @@ function prepare_url($url) if (isset($html) and strlen($html) > 0) { $r = new Readability($html, $url); + $r->convertLinksToFootnotes = TRUE; if($r->init()) { $title = $r->articleTitle->innerHTML;