Browse Source

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

pull/40/head
Savetheinternet 13 years ago
parent
commit
39a9678db1
  1. 2
      inc/functions.php

2
inc/functions.php

@ -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…
Cancel
Save