1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-31 04:13:49 +01:00

wrap threads on index with a DIV so scripts/addons can easier parse them

This commit is contained in:
Savetheinternet 2011-04-13 15:32:59 +10:00
parent b69ae87a4a
commit 39a9678db1

View File

@ -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(