mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-10 05:08:05 -05:00
working footnotes
This commit is contained in:
parent
ace428669b
commit
6ddf52e11b
@ -329,7 +329,7 @@ final class Tools
|
||||
$_GET = $_REQUEST = array(
|
||||
"url" => $url->getUrl(),
|
||||
"max" => 5,
|
||||
"links" => "preserve",
|
||||
"links" => (CONVERT_LINKS_FOOTNOTES ? 'footnotes':'preserve'),
|
||||
"exc" => "",
|
||||
"format" => "json",
|
||||
"submit" => "Create Feed"
|
||||
|
Loading…
Reference in New Issue
Block a user