]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2331 from wallabag/api-links
authorThomas Citharel <tcit@tcit.fr>
Sun, 2 Oct 2016 15:48:16 +0000 (17:48 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2016 15:48:16 +0000 (17:48 +0200)
Fix parameters in API _links

src/Wallabag/CoreBundle/Helper/EntriesExport.php

index 1dfa12c8bf99480e967f40a58be5d4e9fadc4a83..0c627dcdb6344fa687364d138b2d36bf217ddc89 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