]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2330 from pmichelazzo/master
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Sun, 2 Oct 2016 12:56:18 +0000 (14:56 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2016 12:56:18 +0000 (14:56 +0200)
Remove error message when creating ePub versions

src/Wallabag/CoreBundle/Helper/EntriesExport.php

index e91007e1ba7eeccb6781e601a770ebfcb182bd5d..ccf4e4f38e23d4b4df609b5721fe93717e3d7d8d 100644 (file)
@@ -25,7 +25,7 @@ class EntriesExport
     private $footerTemplate = '<div style="text-align:center;">
         <p>Produced by wallabag with %EXPORT_METHOD%</p>
         <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>
-        </div';
+        </div>';
 
     /**
      * @param Config $craueConfig CraueConfig instance to get wallabag instance url from database