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).
This commit is contained in:
Paulino Michelazzo 2016-10-02 13:16:12 +02:00
parent 00d3f2a383
commit ffcd91ec6c

View 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