forked from GithubBackups/vichan
HTML fix
This commit is contained in:
parent
ce330f32e3
commit
0079d8e2d3
@ -864,7 +864,7 @@
|
||||
|
||||
$thread->posts = array_reverse($thread->posts);
|
||||
|
||||
$body .= '<div id="thread_' . $thread->id . '">' . $thread->build(true) . '</div>';
|
||||
$body .= $thread->build(true);
|
||||
}
|
||||
|
||||
return Array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user