From ef8735614fdc50ad1512027dcb1ea84f67becb3a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Jun 2003 17:09:23 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. See feature #1813. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 40a8b4408..8e4221cba 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1293,7 +1293,7 @@ function comment_thread_max($comment, $threshold, $level = 0) { */ if ($level) { - print "
 \n"; + print "
 \n"; } comment_view($comment, comment_links($comment, 0), comment_visible($comment, $threshold)); -- cgit v1.2.3