aboutsummaryrefslogtreecommitdiffstats
path: root/view/conversation.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2011-10-03 09:38:58 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2011-10-03 09:38:58 +0200
commit4d5580ab7781eea81dc4cb3d67b7376f49357bef (patch)
tree8e742cd7541d4996c8c9d1255ebe5669f98f82e1 /view/conversation.tpl
parentb476575a982746551619dd920a934b44d013f083 (diff)
downloadvolse-hubzilla-4d5580ab7781eea81dc4cb3d67b7376f49357bef.tar.gz
volse-hubzilla-4d5580ab7781eea81dc4cb3d67b7376f49357bef.tar.bz2
volse-hubzilla-4d5580ab7781eea81dc4cb3d67b7376f49357bef.zip
fix typo
Diffstat (limited to 'view/conversation.tpl')
-rw-r--r--view/conversation.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/conversation.tpl b/view/conversation.tpl
index e509ddb22..446814959 100644
--- a/view/conversation.tpl
+++ b/view/conversation.tpl
@@ -1,8 +1,9 @@
-{{ for $treads as $tread }}
+{{ for $threads as $thread }}
<div class="tread-wrapper">
- $tread
+ $thread
</div>
{{ endfor }}
+
{{ if $dropping }}
<div id="item-delete-selected" class="fakelink" onclick="deleteCheckedItems();">
<div id="item-delete-selected-icon" class="icon drophide" title="$dropping" onmouseover="imgbright(this);" onmouseout="imgdull(this);" ></div>