diff --git a/index.php b/index.php index 85a651e..85a27a5 100644 --- a/index.php +++ b/index.php @@ -80,8 +80,14 @@ if (isset($_GET['notice'])) { // Display news items foreach ($filteredNews as $newsItem) { + echo '
' . htmlspecialchars($newsItem['content']) . '
'; if (isset($newsItem['details']) && is_array($newsItem['details'])) { @@ -99,7 +105,9 @@ if (isset($_GET['notice'])) { if (isset($newsItem['additional_content'])) { echo '' . htmlspecialchars($newsItem['additional_content']) . '
'; } + echo '