diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-02 12:41:34 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-02 12:41:34 +0100 |
commit | ef3484750137707287c6482e1def07cb7aec54a7 (patch) | |
tree | 3aef07a2e50284302a41f2ca7d9a878af14a3d68 /view/theme/duepuntozero/wall_item.tpl | |
parent | 0bf087c8957ba28b76b7bc96345908735418a71f (diff) | |
download | volse-hubzilla-ef3484750137707287c6482e1def07cb7aec54a7.tar.gz volse-hubzilla-ef3484750137707287c6482e1def07cb7aec54a7.tar.bz2 volse-hubzilla-ef3484750137707287c6482e1def07cb7aec54a7.zip |
templates: fix tags
Diffstat (limited to 'view/theme/duepuntozero/wall_item.tpl')
-rwxr-xr-x | view/theme/duepuntozero/wall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/wall_item.tpl b/view/theme/duepuntozero/wall_item.tpl index d165d9801..51e36b6f4 100755 --- a/view/theme/duepuntozero/wall_item.tpl +++ b/view/theme/duepuntozero/wall_item.tpl @@ -31,8 +31,8 @@ <div class="wall-item-title-end"></div> <div class="wall-item-body" id="wall-item-body-$item.id" >$item.body <div class="body-tag"> - {{ 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> |