diff options
author | Simon <simon@kisikew.org> | 2012-03-02 07:55:38 -0800 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-03-02 07:55:38 -0800 |
commit | a3dcf491f14d6c044e3bd10844f5c737b21feae2 (patch) | |
tree | 1260f003b2351627ef0fa8fe0c1cb6f8ef630bdf /view/theme/dispy/wallwall_item.tpl | |
parent | f1bf6dcdfb89bf3c21e498ba3d76c600dafed934 (diff) | |
parent | aef737f37637270b4f79ea390ee23a61f7fcb4ba (diff) | |
download | volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.tar.gz volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.tar.bz2 volse-hubzilla-a3dcf491f14d6c044e3bd10844f5c737b21feae2.zip |
Merge pull request #57 from fabrixxm/master
template processor optimizations
Diffstat (limited to 'view/theme/dispy/wallwall_item.tpl')
-rwxr-xr-x | view/theme/dispy/wallwall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/dispy/wallwall_item.tpl b/view/theme/dispy/wallwall_item.tpl index 31f046a76..c3638094c 100755 --- a/view/theme/dispy/wallwall_item.tpl +++ b/view/theme/dispy/wallwall_item.tpl @@ -58,8 +58,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> |