diff options
Diffstat (limited to 'view/tpl')
-rw-r--r-- | view/tpl/wall_thread.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/wall_thread.tpl b/view/tpl/wall_thread.tpl index a67334e33..8dff61057 100644 --- a/view/tpl/wall_thread.tpl +++ b/view/tpl/wall_thread.tpl @@ -4,7 +4,7 @@ </div> <div id="collapsed-comments-$item.id" class="collapsed-comments" style="display: none;"> {{endif}} -<div id="tread-wrapper-$item.id" class="tread-wrapper $item.toplevel"> +<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{{ if $item.owner_url }} wallwall{{ endif }}" id="wall-item-outside-wrapper-$item.id" > <div class="wall-item-content-wrapper $item.indent" id="wall-item-content-wrapper-$item.id" > |