From 46a851696bf722bee48a5358da08cba0f2390fc5 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Feb 2026 09:24:04 -0500 Subject: fixup css --- src/web/_views/comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/_views/comments.php') diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index 9762def..2ed712f 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -12,7 +12,7 @@ echo ''; } if (!$comments || !count($comments)) { - echo ''. lang('no_comments') .''; + echo ''. lang('no_comments') .''; } ?>
-- cgit v1.2.3-freya