diff --git a/inc/functions.php b/inc/functions.php index 4f3d7d1b..7412f49f 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -864,7 +864,7 @@ $thread->posts = array_reverse($thread->posts); - $body .= '
' . $thread->build(true) . '
'; + $body .= $thread->build(true); } return Array(