diff options
author | Michael <icarus@dabo.de> | 2012-03-02 17:44:09 +0100 |
---|---|---|
committer | Michael <icarus@dabo.de> | 2012-03-02 17:44:09 +0100 |
commit | ccfe402fb0b92dc8e62dc87137743851441e27f6 (patch) | |
tree | 00d7622701719a506638a3bca92f9e68f2624f48 /view/theme/vier/wallwall_item.tpl | |
parent | 20817b4b8ea8b7d074d57a3fd752862931cf711c (diff) | |
parent | a3dcf491f14d6c044e3bd10844f5c737b21feae2 (diff) | |
download | volse-hubzilla-ccfe402fb0b92dc8e62dc87137743851441e27f6.tar.gz volse-hubzilla-ccfe402fb0b92dc8e62dc87137743851441e27f6.tar.bz2 volse-hubzilla-ccfe402fb0b92dc8e62dc87137743851441e27f6.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/vier/wallwall_item.tpl')
-rw-r--r-- | view/theme/vier/wallwall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/vier/wallwall_item.tpl b/view/theme/vier/wallwall_item.tpl index a8a46c34c..c557b33f1 100644 --- a/view/theme/vier/wallwall_item.tpl +++ b/view/theme/vier/wallwall_item.tpl @@ -45,8 +45,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> |