diff options
Diffstat (limited to 'view/tpl/smarty3/search_item.tpl')
-rw-r--r-- | view/tpl/smarty3/search_item.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/smarty3/search_item.tpl b/view/tpl/smarty3/search_item.tpl index 838d72568..cd1b45f6c 100644 --- a/view/tpl/smarty3/search_item.tpl +++ b/view/tpl/smarty3/search_item.tpl @@ -3,6 +3,7 @@ * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN * *}} +<div id="thread-wrapper-{{$item.id}}" class="thread-wrapper {{$item.toplevel}}"> <a name="{{$item.id}}" ></a> <div class="wall-item-outside-wrapper {{$item.indent}}{{$item.previewing}}" id="wall-item-outside-wrapper-{{$item.id}}" > <div class="wall-item-content-wrapper {{$item.indent}}" id="wall-item-content-wrapper-{{$item.id}}" > @@ -63,5 +64,5 @@ <div class="wall-item-outside-wrapper-end {{$item.indent}}" ></div> </div> - +</div> |