diff options
author | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-03 15:10:54 -0800 |
---|---|---|
committer | tomtom84 <63dc41d76451@ba77e90e49a6.anonbox.net> | 2012-03-03 15:10:54 -0800 |
commit | 74866a96de8f1cdf3114e05530641901e89dca42 (patch) | |
tree | c1289e9680c21cdb135558dcb971b0d1815d207b /view | |
parent | f4b9c405da1d6a0fc37f2115f8b539bc9bb26f92 (diff) | |
parent | 25d6ca3b7335c018bfd16c4dd29b177d9df62692 (diff) | |
download | volse-hubzilla-74866a96de8f1cdf3114e05530641901e89dca42.tar.gz volse-hubzilla-74866a96de8f1cdf3114e05530641901e89dca42.tar.bz2 volse-hubzilla-74866a96de8f1cdf3114e05530641901e89dca42.zip |
Merge pull request #72 from tomtom84/master
fixes in diabook theme
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/diabook/wall_item.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl index c836d4fbb..20131c7d1 100644 --- a/view/theme/diabook/wall_item.tpl +++ b/view/theme/diabook/wall_item.tpl @@ -38,7 +38,8 @@ </div> </div> <div class="wall-item-bottom"> - <div></div> + <div class="wall-item-links"> + </div> <div class="wall-item-tags"> {{ for $item.tags as $tag }} <span class='tag'>$tag</span> |