From 8a2c577823b69117af8eda9b1a46bfbcae8153c6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 8 Jul 2024 17:22:30 -0400 Subject: a few fixes, just a few.... --- src/web/_views/comments.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/web/_views/comments.php') diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index d72afd6..7f8acf2 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -2,8 +2,7 @@ main->format_date($comment['created']); echo '
'; echo '

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

'; -- cgit v1.2.3-freya