diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-03 09:38:58 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-10-03 09:38:58 +0200 |
commit | 4d5580ab7781eea81dc4cb3d67b7376f49357bef (patch) | |
tree | 8e742cd7541d4996c8c9d1255ebe5669f98f82e1 /view/conversation.tpl | |
parent | b476575a982746551619dd920a934b44d013f083 (diff) | |
download | volse-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.tpl | 5 |
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> |