aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/wall_item.tpl
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-03-03 00:41:02 +0100
committertommy tomson <thomas.bierey@gmx.de>2012-03-03 00:41:02 +0100
commitd3f83c93753791708b873df46b00d749f27ae7df (patch)
treefc2c4ab9659c67a2b1296f955eb29a10704f65fd /view/theme/diabook/wall_item.tpl
parent64a85b2507c4d699300c62a6cc2e6bd050ee001d (diff)
downloadvolse-hubzilla-d3f83c93753791708b873df46b00d749f27ae7df.tar.gz
volse-hubzilla-d3f83c93753791708b873df46b00d749f27ae7df.tar.bz2
volse-hubzilla-d3f83c93753791708b873df46b00d749f27ae7df.zip
fixed broken tags and notifications in theme
Diffstat (limited to 'view/theme/diabook/wall_item.tpl')
-rw-r--r--view/theme/diabook/wall_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/wall_item.tpl b/view/theme/diabook/wall_item.tpl
index 1f1a878b4..c1205b01b 100644
--- a/view/theme/diabook/wall_item.tpl
+++ b/view/theme/diabook/wall_item.tpl
@@ -38,8 +38,8 @@
<div class="wall-item-links">
</div>
<div class="wall-item-tags">
- {{ for $item.tags as $item.tag }}
- <span class='tag'>$item.tag</span>
+ {{ for $item.tags as $tag }}
+ <span class='tag'>$tag</span>
{{ endfor }}
</div>
</div>