]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/entries.html
Le logo poche renvoie vers l'accueil
[github/wallabag/wallabag.git] / tpl / entries.html
index 648e1ce9d85098a8dadfbf9754fd61807745de63..8526a3c9dfa9769507c671b19147956acf9f58f2 100644 (file)
@@ -1,3 +1,4 @@
+            <div id="content">
                 {loop="entries"}
                     <div id="entry-{$value.id}" class="entrie mb2">
                         <span class="content">
@@ -13,4 +14,5 @@
                             </div>
                         </span>
                     </div>
-                {/loop}
\ No newline at end of file
+                {/loop}
+            </div>
\ No newline at end of file