From 48afc99d05c7bcd54231f340635f5102a03fbda4 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Fri, 2 Jun 2023 16:31:02 +0200 Subject: Updated 7 files, added error.php and deleted 39 files (automated) --- pages/contacts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/contacts.inc') diff --git a/pages/contacts.inc b/pages/contacts.inc index 9239274..b93460a 100644 --- a/pages/contacts.inc +++ b/pages/contacts.inc @@ -93,7 +93,7 @@ uasort($contacts, function ($a, $b) { -
text($contact["description"]) ?>
+
text($contact["description"] ?? "") ?>
@@ -112,7 +112,7 @@ uasort($contacts, function ($a, $b) { ...
-- cgit