From 53c035918a4f34b826728e06d9b77e4bcb440517 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 23 Jan 2024 20:22:35 +0100 Subject: Remove trailing slash on void elements The trailing slash on void elements (self-closing tags) doesn't have any effect, isn't required by HTML5 and it is recommended to not use it. --- theme/admin/html/main.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'theme/admin/html/main.php') diff --git a/theme/admin/html/main.php b/theme/admin/html/main.php index 82dd407..2035b47 100644 --- a/theme/admin/html/main.php +++ b/theme/admin/html/main.php @@ -16,10 +16,10 @@ $theme = isset($_COOKIE['dark_mode']) ? 'dark' : 'bright'; - - - - " /> + + + + "> <?=escapeHTML($NAME)?> | Administration @@ -28,7 +28,7 @@ $theme = isset($_COOKIE['dark_mode']) ? 'dark' : 'bright';
- +
-- cgit v1.2.3