mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
Merge pull request #2330 from pmichelazzo/master
Remove error message when creating ePub versions
This commit is contained in:
commit
c21f2924f3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class EntriesExport
|
||||||
private $footerTemplate = '<div style="text-align:center;">
|
private $footerTemplate = '<div style="text-align:center;">
|
||||||
<p>Produced by wallabag with %EXPORT_METHOD%</p>
|
<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>
|
<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
|
* @param Config $craueConfig CraueConfig instance to get wallabag instance url from database
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue