diff --git a/include/functions_comments.inc.php b/include/functions_comments.inc.php index e8e50ae5..109aaa9d 100644 --- a/include/functions_comments.inc.php +++ b/include/functions_comments.inc.php @@ -324,7 +324,7 @@ function serendipity_generateCommentList($id, $comments = NULL, $selected = 0, $ foreach ($comments as $comment) { if ($comment['parent_id'] == $parent) { $i++; - $retval .= '\n"; + $retval .= '\n"; $retval .= serendipity_generateCommentList($id, $comments, $selected, $comment['id'], $level + 1, $indent . $i . '.'); } }