diff options
Diffstat (limited to 'view/conversation.tpl')
-rw-r--r-- | view/conversation.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/conversation.tpl b/view/conversation.tpl index fe8304a6c..70cd389c9 100644 --- a/view/conversation.tpl +++ b/view/conversation.tpl @@ -1,3 +1,4 @@ +<div id="threads-begin"></div> {{ for $threads as $thread }} <div id="thread-wrapper-$thread.id" class="thread-wrapper"> {{ for $thread.items as $item }} @@ -15,7 +16,7 @@ {{ endfor }} </div> {{ endfor }} - +<div id="threads-end"></div> <div id="conversation-end"></div> {{ if $dropping }} |