aboutsummaryrefslogtreecommitdiffstats
path: root/view/wall_item.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/wall_item.tpl')
-rwxr-xr-xview/wall_item.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl
index ddae5b609..c99077510 100755
--- a/view/wall_item.tpl
+++ b/view/wall_item.tpl
@@ -31,8 +31,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>