From 72322737bfc0f1cc7954cbadc8b901e64d822d5e Mon Sep 17 00:00:00 2001 From: cbo Date: Mon, 18 Mar 2024 15:38:16 +0000 Subject: [PATCH] Update 1.4 --- html/news/index.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/html/news/index.php b/html/news/index.php index a33ec2d0..cebc4b1d 100755 --- a/html/news/index.php +++ b/html/news/index.php @@ -30,6 +30,7 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) $articleID = $result[0]['ID']; $articleTitle = $result[0]['title']; $articleResume = $result[0]['resume']; + $articleDescription = str_replace("
", "", $articleResume); $miniatureURL = $result[0]['miniature']; $authorUsername = $result[0]['username']; $authorDisplayName = $result[0]['display_name']; @@ -61,14 +62,14 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo (''); echo (''); - echo (''); + echo (''); echo (''); echo (''); echo (''); echo (''); echo (''); - echo (''); + echo (''); echo (''); echo (''); echo (''); @@ -80,11 +81,11 @@ if (isset($_GET['article']) && filter_var($_GET['article'], FILTER_VALIDATE_INT) echo (''); echo (''); echo (''); - echo (''); + echo (''); echo (''); echo (''); echo (''); - echo (''); + echo (''); echo (''); echo (''); echo ('');