diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-03-04 00:10:03 +0100 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-03-04 00:10:03 +0100 |
commit | 25d6ca3b7335c018bfd16c4dd29b177d9df62692 (patch) | |
tree | 49cdbb9c09efe1ff383048f90e93469e22c67283 | |
parent | b3eeb2240170b4f21f5162eb649fa7191264aeb5 (diff) | |
download | volse-hubzilla-25d6ca3b7335c018bfd16c4dd29b177d9df62692.tar.gz volse-hubzilla-25d6ca3b7335c018bfd16c4dd29b177d9df62692.tar.bz2 volse-hubzilla-25d6ca3b7335c018bfd16c4dd29b177d9df62692.zip |
tag fix
-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> |