aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/duepuntozero
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-02 10:55:59 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-02 10:55:59 -0500
commit725daf2a5d31175764dc5110d2fa3e6bc60917bc (patch)
tree1260f003b2351627ef0fa8fe0c1cb6f8ef630bdf /view/theme/duepuntozero
parentbcadd873eea086255152708c4d1cede4d3dcc581 (diff)
parenta3dcf491f14d6c044e3bd10844f5c737b21feae2 (diff)
downloadvolse-hubzilla-725daf2a5d31175764dc5110d2fa3e6bc60917bc.tar.gz
volse-hubzilla-725daf2a5d31175764dc5110d2fa3e6bc60917bc.tar.bz2
volse-hubzilla-725daf2a5d31175764dc5110d2fa3e6bc60917bc.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: template proc: allow isolation of var name between [ and ] group: fix create new group form templates: fix tags template proc: remove unused function and commented out code template proc: first optimization * 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>