aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorMichael <icarus@dabo.de>2012-03-02 17:44:09 +0100
committerMichael <icarus@dabo.de>2012-03-02 17:44:09 +0100
commitccfe402fb0b92dc8e62dc87137743851441e27f6 (patch)
tree00d7622701719a506638a3bca92f9e68f2624f48 /view/theme/duepuntozero
parent20817b4b8ea8b7d074d57a3fd752862931cf711c (diff)
parenta3dcf491f14d6c044e3bd10844f5c737b21feae2 (diff)
downloadvolse-hubzilla-ccfe402fb0b92dc8e62dc87137743851441e27f6.tar.gz
volse-hubzilla-ccfe402fb0b92dc8e62dc87137743851441e27f6.tar.bz2
volse-hubzilla-ccfe402fb0b92dc8e62dc87137743851441e27f6.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/duepuntozero')
-rwxr-xr-xview/theme/duepuntozero/wall_item.tpl4
-rwxr-xr-xview/theme/duepuntozero/wallwall_item.tpl4
2 files changed, 4 insertions, 4 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>
diff --git a/view/theme/duepuntozero/wallwall_item.tpl b/view/theme/duepuntozero/wallwall_item.tpl
index 75cd5f65e..211906c93 100755
--- a/view/theme/duepuntozero/wallwall_item.tpl
+++ b/view/theme/duepuntozero/wallwall_item.tpl
@@ -35,8 +35,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>