From b1c43491c3abd62d2beb71eafbf97f3b40da1d8f Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 20 Feb 2022 02:03:29 +0100 Subject: [PATCH] Another serendipity_mb_ucfirst() case. --- include/functions_comments.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . '.'); } }