1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-27 03:12:21 -05:00

Bug with bracket

This commit is contained in:
tcit 2014-05-19 15:34:49 +02:00
parent 1d6a9ac25a
commit 6caba976ec

View File

@ -31,7 +31,7 @@
@define ('MODE_DEMO', FALSE);
@define ('DEBUG_POCHE', FALSE);
@define ('DOWNLOAD_PICTURES', FALSE);
@define ('REGENERATE_PICTURES_QUALITY'), 75);
@define ('REGENERATE_PICTURES_QUALITY', 75);
@define ('CONVERT_LINKS_FOOTNOTES', FALSE);
@define ('REVERT_FORCED_PARAGRAPH_ELEMENTS', FALSE);
@define ('SHARE_TWITTER', TRUE);