aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/EntriesExport.php
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-02 14:56:18 +0200
committerGitHub <noreply@github.com>2016-10-02 14:56:18 +0200
commitc21f2924f39c99fbfb6ee2e0918726e9de2c5e27 (patch)
tree4da71d932ef534dce5bba3b27f4c648448ba1c71 /src/Wallabag/CoreBundle/Helper/EntriesExport.php
parent00d3f2a3831108e29559bbaba6420578ee009f5a (diff)
parentffcd91ec6cae031f45f9dcacf51ef4d7b19ba924 (diff)
downloadwallabag-c21f2924f39c99fbfb6ee2e0918726e9de2c5e27.tar.gz
wallabag-c21f2924f39c99fbfb6ee2e0918726e9de2c5e27.tar.zst
wallabag-c21f2924f39c99fbfb6ee2e0918726e9de2c5e27.zip
Merge pull request #2330 from pmichelazzo/master
Remove error message when creating ePub versions
Diffstat (limited to 'src/Wallabag/CoreBundle/Helper/EntriesExport.php')
-rw-r--r--src/Wallabag/CoreBundle/Helper/EntriesExport.php2
1 files changed, 1 insertions, 1 deletions
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
25 private $footerTemplate = '<div style="text-align:center;"> 25 private $footerTemplate = '<div style="text-align:center;">
26 <p>Produced by wallabag with %EXPORT_METHOD%</p> 26 <p>Produced by wallabag with %EXPORT_METHOD%</p>
27 <p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p> 27 <p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p>
28 </div'; 28 </div>';
29 29
30 /** 30 /**
31 * @param Config $craueConfig CraueConfig instance to get wallabag instance url from database 31 * @param Config $craueConfig CraueConfig instance to get wallabag instance url from database