diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/conversation.tpl | 4 | ||||
-rw-r--r-- | view/theme/loozah/conversation.tpl | 4 | ||||
-rw-r--r-- | view/theme/testbubble/conversation.tpl | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/duepuntozero/conversation.tpl b/view/theme/duepuntozero/conversation.tpl index 1a0fb33a8..33cedfb1e 100644 --- a/view/theme/duepuntozero/conversation.tpl +++ b/view/theme/duepuntozero/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 }} 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 }} diff --git a/view/theme/testbubble/conversation.tpl b/view/theme/testbubble/conversation.tpl index 1a0fb33a8..33cedfb1e 100644 --- a/view/theme/testbubble/conversation.tpl +++ b/view/theme/testbubble/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 }} |