summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/comment.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/comment.inc b/includes/comment.inc
index 8afe7fe7e..f09585eee 100644
--- a/includes/comment.inc
+++ b/includes/comment.inc
@@ -255,7 +255,7 @@ function comment_thread_min($cid, $threshold) {
while ($comment = db_fetch_object($result)) {
print "<UL>";
- print " <LI>". comment_view($comment) .</LI>\n";
+ print " <LI>". comment_view($comment) ."</LI>\n";
comment_thread_min($comment->cid, $threshold);
print "</UL>";
}