From 389f0be905f9a20322b047f7da10457104c5ef8e Mon Sep 17 00:00:00 2001 From: notfire Date: Tue, 18 Feb 2025 15:25:40 -0500 Subject: [PATCH] ergs --- admin/all.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/all.php b/admin/all.php index c0c67d1..9d426fb 100644 --- a/admin/all.php +++ b/admin/all.php @@ -72,7 +72,7 @@ foreach (array_reverse($rows) as $i){ } echo(htmlspecialchars($i["text"])); echo("
" . $i["time"] . "
"); - echo("mark read / delete"); + echo("mark read / delete"); } } @@ -100,7 +100,7 @@ foreach (array_reverse($rows) as $i){ } echo(htmlspecialchars($i["text"])); echo("
" . $i["time"] . "
"); - echo("mark unread / delete"); + echo("mark unread / delete"); } }