mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-07 07:01:29 +01:00
wrap threads on index with a DIV so scripts/addons can easier parse them
This commit is contained in:
parent
030013ffe9
commit
46deb94e97
@ -527,7 +527,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
$thread->posts = array_reverse($thread->posts);
|
$thread->posts = array_reverse($thread->posts);
|
||||||
$body .= $thread->build(true);
|
$body .= '<div id="thread_' . $thread->id . '">' . $thread->build(true) . '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return Array(
|
return Array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user