forked from leftypol/leftypol
wrap threads on index with a DIV so scripts/addons can easier parse them
This commit is contained in:
parent
b69ae87a4a
commit
39a9678db1
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@
|
|||
}
|
||||
|
||||
$thread->posts = array_reverse($thread->posts);
|
||||
$body .= $thread->build(true);
|
||||
$body .= '<div id="thread_' . $thread->id . '">' . $thread->build(true) . '</div>';
|
||||
}
|
||||
|
||||
return Array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue