diff options
Diffstat (limited to 'view/theme/dispy/conversation.tpl')
-rw-r--r-- | view/theme/dispy/conversation.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/conversation.tpl b/view/theme/dispy/conversation.tpl index 4a93dacf3..325adb972 100644 --- a/view/theme/dispy/conversation.tpl +++ b/view/theme/dispy/conversation.tpl @@ -1,5 +1,5 @@ {{ for $threads as $thread }} -<div id="tread-wrapper-$thread.id" class="tread-wrapper"> +<div id="thread-wrapper-$thread.id" class="thread-wrapper"> {{ for $thread.items as $item }} {{if $item.comment_firstcollapsed}} <div class="hide-comments-outer"> |