From: Paulino Michelazzo Date: Sun, 2 Oct 2016 11:16:12 +0000 (+0200) Subject: Remove error message when creating ePub versions X-Git-Tag: 2.1.0~6^2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ffcd91ec6cae031f45f9dcacf51ef4d7b19ba924;p=github%2Fwallabag%2Fwallabag.git Remove error message when creating ePub versions Trying to create a ePub version, the first page shows a message of a “missing >”. This change solve this problem (and, for sure, in any download version that’s use HTML). --- diff --git a/src/Wallabag/CoreBundle/Helper/EntriesExport.php b/src/Wallabag/CoreBundle/Helper/EntriesExport.php index e91007e1..ccf4e4f3 100644 --- a/src/Wallabag/CoreBundle/Helper/EntriesExport.php +++ b/src/Wallabag/CoreBundle/Helper/EntriesExport.php @@ -25,7 +25,7 @@ class EntriesExport private $footerTemplate = '

Produced by wallabag with %EXPORT_METHOD%

Please open an issue if you have trouble with the display of this E-Book on your device.

- '; /** * @param Config $craueConfig CraueConfig instance to get wallabag instance url from database