From 39a9678db1f08363c0600c1674629c578b6800b8 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 13 Apr 2011 15:32:59 +1000 Subject: [PATCH] wrap threads on index with a DIV so scripts/addons can easier parse them --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/functions.php b/inc/functions.php index b99788c5..8f36cfb5 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -527,7 +527,7 @@ } $thread->posts = array_reverse($thread->posts); - $body .= $thread->build(true); + $body .= '
' . $thread->build(true) . '
'; } return Array(