Browse Source

HTML fix

pull/40/head
Michael Save 12 years ago
parent
commit
368050852a
  1. 2
      inc/functions.php

2
inc/functions.php

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