aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/entries.html
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2013-04-21 10:53:22 -0700
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2013-04-21 10:53:22 -0700
commit37c6ed4e7a75238504a28d6be5fbaad475689526 (patch)
tree69bfdf8ddbc09467be830274f434190b42979aa1 /tpl/entries.html
parentff4d8c8c1efca0759330906419cb5f36de86d156 (diff)
parentf0070a15e4725255dad967bde76155a39d189631 (diff)
downloadwallabag-37c6ed4e7a75238504a28d6be5fbaad475689526.tar.gz
wallabag-37c6ed4e7a75238504a28d6be5fbaad475689526.tar.zst
wallabag-37c6ed4e7a75238504a28d6be5fbaad475689526.zip
Merge pull request #67 from inthepoche/dev
tag 0.2
Diffstat (limited to 'tpl/entries.html')
-rw-r--r--tpl/entries.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/tpl/entries.html b/tpl/entries.html
index 648e1ce9..8526a3c9 100644
--- a/tpl/entries.html
+++ b/tpl/entries.html
@@ -1,3 +1,4 @@
1 <div id="content">
1 {loop="entries"} 2 {loop="entries"}
2 <div id="entry-{$value.id}" class="entrie mb2"> 3 <div id="entry-{$value.id}" class="entrie mb2">
3 <span class="content"> 4 <span class="content">
@@ -13,4 +14,5 @@
13 </div> 14 </div>
14 </span> 15 </span>
15 </div> 16 </div>
16 {/loop} \ No newline at end of file 17 {/loop}
18 </div> \ No newline at end of file