mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
les liens sont maintenant transformés en note de bas de page
This commit is contained in:
parent
a81cd067d0
commit
4456315b21
@ -109,6 +109,7 @@ function prepare_url($url)
|
|||||||
if (isset($html) and strlen($html) > 0)
|
if (isset($html) and strlen($html) > 0)
|
||||||
{
|
{
|
||||||
$r = new Readability($html, $url);
|
$r = new Readability($html, $url);
|
||||||
|
$r->convertLinksToFootnotes = TRUE;
|
||||||
if($r->init())
|
if($r->init())
|
||||||
{
|
{
|
||||||
$title = $r->articleTitle->innerHTML;
|
$title = $r->articleTitle->innerHTML;
|
||||||
|
Loading…
Reference in New Issue
Block a user