quattro: fix live update

This commit is contained in:
Fabrixxm 2012-08-31 03:31:33 -04:00
parent f433158bed
commit ad45d9a78a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{{ for $threads as $item }}
<div id="tread-wrapper-$item.id" class="tread-wrapper {{ if $item.threaded }}threaded{{ endif }}">
<div id="tread-wrapper-$item.id" class="tread-wrapper {{ if $item.threaded }}threaded{{ endif }} $item.toplevel">
{{ if $item.type == tag }}