1
0
Fork 0

fixing conversation updates

This commit is contained in:
friendica 2011-11-24 16:42:12 -08:00
commit 9e8053e3bd
6 changed files with 17 additions and 19 deletions

View file

@ -1,6 +1,6 @@
{{ for $threads as $thread }}
<div class="tread-wrapper">
$thread
<div id="tread-wrapper-$thread.id" class="tread-wrapper">
$thread.html
</div>
{{ endfor }}