les liens sont maintenant transformés en note de bas de page

This commit is contained in:
nicosomb 2013-04-17 14:12:54 +02:00
parent a81cd067d0
commit 4456315b21

View file

@ -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;