From 4ce938e7bc1515ee3d6c8bdfa1e07e1b0cf90654 Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Fri, 20 Jun 2025 22:37:54 -0400 Subject: [PATCH] Fix frontpage keyboard navigation. More cleanup. --- public/css/default.css | 2 +- src/Framework/Util/Util.php | 2 +- src/View/HomeView/HomeView.php | 6 +++--- templates/partials/home.php | 6 ++---- templates/partials/navbar.php | 16 ++++++++-------- 5 files changed, 15 insertions(+), 17 deletions(-) diff --git a/public/css/default.css b/public/css/default.css index eb99de7..8676ce3 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -463,4 +463,4 @@ time { width: auto; min-width: auto; } -} \ No newline at end of file +} diff --git a/src/Framework/Util/Util.php b/src/Framework/Util/Util.php index 4a74b97..24bdafa 100644 --- a/src/Framework/Util/Util.php +++ b/src/Framework/Util/Util.php @@ -20,7 +20,7 @@ class Util { $escaped_url = rtrim($matches[1], '.,!?;:)]}>'); $clean_url = html_entity_decode($escaped_url, ENT_QUOTES, 'UTF-8'); - return '' . $escaped_url . ''; + return '' . $escaped_url . ''; }, $text ); diff --git a/src/View/HomeView/HomeView.php b/src/View/HomeView/HomeView.php index e867b8f..0b9056a 100644 --- a/src/View/HomeView/HomeView.php +++ b/src/View/HomeView/HomeView.php @@ -4,7 +4,7 @@ class HomeView { ob_start(); ?> -