aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/conversation.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-24 16:42:12 -0800
committerfriendica <info@friendica.com>2011-11-24 16:42:12 -0800
commit9e8053e3bdb4669132a142cd2542956c01352ee5 (patch)
treee0768f3096b0b869872d085ecbef7e8165f7cea4 /view/theme/loozah/conversation.tpl
parent8aae7f047d3d29b167ee2372c10978dc3f16f801 (diff)
downloadvolse-hubzilla-9e8053e3bdb4669132a142cd2542956c01352ee5.tar.gz
volse-hubzilla-9e8053e3bdb4669132a142cd2542956c01352ee5.tar.bz2
volse-hubzilla-9e8053e3bdb4669132a142cd2542956c01352ee5.zip
fixing conversation updates
Diffstat (limited to 'view/theme/loozah/conversation.tpl')
-rw-r--r--view/theme/loozah/conversation.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/loozah/conversation.tpl b/view/theme/loozah/conversation.tpl
index 1a0fb33a8..33cedfb1e 100644
--- a/view/theme/loozah/conversation.tpl
+++ b/view/theme/loozah/conversation.tpl
@@ -1,6 +1,6 @@
{{ for $threads as $thread }}
-<div class="tread-wrapper">
- $thread
+<div id="tread-wrapper-$thread.id" class="tread-wrapper">
+ $thread.html
</div>
{{ endfor }}