From b73fc6ee1643441709a17fd6fdd7e779be65234f Mon Sep 17 00:00:00 2001 From: notfire Date: Thu, 27 Feb 2025 08:50:48 -0500 Subject: [PATCH] last commit but actually this time --- admin/all.php | 16 ++++++++-------- fetch.php | 4 ++-- index.php | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/admin/all.php b/admin/all.php index b30d53d..b275994 100644 --- a/admin/all.php +++ b/admin/all.php @@ -62,8 +62,8 @@ foreach (array_reverse($rows) as $i){ echo("
cw: " . htmlspecialchars($i["cw"]) . ""); } echo(htmlspecialchars($i["text"])); - echo("
" . $i["time"] . "
"); - echo("respond / delete"); + echo("
" . $i["time"] . "
"); + echo("respond / delete"); } } @@ -75,8 +75,8 @@ foreach (array_reverse($rows) as $i){ echo("
cw: " . htmlspecialchars($i["cw"]) . ""); } echo(htmlspecialchars($i["text"])); - echo("
" . $i["time"] . "
"); - echo("mark read / delete"); + echo("
" . $i["time"] . "
"); + echo("mark read / delete"); } } @@ -88,10 +88,10 @@ foreach (array_reverse($rows) as $i){ echo("
cw: " . htmlspecialchars($i["cw"]) . ""); } echo(htmlspecialchars($i["text"])); - echo("
" . $i["time"] . "
"); + echo("
" . $i["time"] . "
"); echo("
" . htmlspecialchars($i["responsetext"]) . ""); echo("
" . $i["responsetime"] . "
"); - echo("edit response / delete"); + echo("edit response / delete"); } } @@ -103,8 +103,8 @@ foreach (array_reverse($rows) as $i){ echo("
cw: " . htmlspecialchars($i["cw"]) . ""); } echo(htmlspecialchars($i["text"])); - echo("
" . $i["time"] . "
"); - echo("mark unread / delete"); + echo("
" . $i["time"] . "
"); + echo("mark unread / delete"); } } diff --git a/fetch.php b/fetch.php index 0c55a04..e6a9532 100644 --- a/fetch.php +++ b/fetch.php @@ -34,9 +34,9 @@ if (pg_num_rows($qresp) === 0 || $arr["ispublic"] === "f" || $arr["isrespondedto echo("
cw: " . htmlspecialchars($arr["cw"]) . ""); } echo(htmlspecialchars($arr["text"])); - echo("
" . $arr["time"] . "
"); + echo("
" . $arr["time"] . "
"); echo("
" . $arr["responsetext"] . ""); - echo("
" . $arr["responsetime"] . "
"); + echo("
" . $arr["responsetime"] . "
"); } ?> diff --git a/index.php b/index.php index e59bfe7..4045891 100644 --- a/index.php +++ b/index.php @@ -43,10 +43,10 @@ foreach (array_reverse($rows) as $i){ echo("
cw: " . htmlspecialchars($i["cw"]) . ""); } echo(htmlspecialchars($i["text"])); - echo("
" . $i["time"] . "
"); + echo("
" . $i["time"] . "
"); echo("
" . htmlspecialchars($i["responsetext"]) . ""); echo("
" . $i["responsetime"] . "
"); - echo("permalink"); + echo("permalink"); } }