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/default/html/main.php | 28 ++++++++++++++-------------- theme/default/html/search/main.php | 4 ++-- theme/default/html/search/result.php | 4 ++-- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'theme/default/html') diff --git a/theme/default/html/main.php b/theme/default/html/main.php index 18d5d40..46dcc84 100644 --- a/theme/default/html/main.php +++ b/theme/default/html/main.php @@ -18,31 +18,31 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']); - - - + + + - + - + - - - + + + - + - - - + + + @@ -53,12 +53,12 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']);
"> - +