From d817c87e2d8862ce02bc1e5643b0538e0767b05f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 24 Feb 2026 04:20:11 +0000 Subject: fix w3c errors --- src/web/_views/comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/_views/comments.php') diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 01b1619..9762def 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -7,7 +7,7 @@ echo '
'; echo '

' . esc($comment['author']) . '

'; - echo '
' . $date . '
'; + echo '
' . $date . '
'; echo '

' . esc($comment['content']) . '

'; echo '
'; } @@ -35,7 +35,7 @@ class="hidden" name="ref" value=""> -