forked from leftypol/leftypol
HTML fix
This commit is contained in:
parent
715d2b59a0
commit
368050852a
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@
|
||||||
|
|
||||||
$thread->posts = array_reverse($thread->posts);
|
$thread->posts = array_reverse($thread->posts);
|
||||||
|
|
||||||
$body .= '<div id="thread_' . $thread->id . '">' . $thread->build(true) . '</div>';
|
$body .= $thread->build(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Array(
|
return Array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue