aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/loozah/conversation.tpl
diff options
context:
space:
mode:
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 }}