]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove error message when creating ePub versions 2330/head
authorPaulino Michelazzo <paulino@michelazzo.com.br>
Sun, 2 Oct 2016 11:16:12 +0000 (13:16 +0200)
committerPaulino Michelazzo <paulino@michelazzo.com.br>
Sun, 2 Oct 2016 11:16:12 +0000 (13:16 +0200)
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).

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