From 368050852a56e4ae646097d64defcd092f144f51 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Mon, 9 Jan 2012 14:28:54 +1100 Subject: [PATCH] HTML fix --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(