forked from wallabag/wallabag
les liens sont maintenant transformés en note de bas de page
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user