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(); ?> -