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/page/form.php | 18 +++++++++--------- theme/admin/html/page/item.php | 2 +- theme/admin/html/page/search.php | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'theme/admin/html/page') diff --git a/theme/admin/html/page/form.php b/theme/admin/html/page/form.php index f4655da..afcb8aa 100644 --- a/theme/admin/html/page/form.php +++ b/theme/admin/html/page/form.php @@ -9,7 +9,7 @@
- +
@@ -17,14 +17,14 @@ text('label_name')?>
- +
- +
- +
- +
@@ -78,7 +78,7 @@
- +
@@ -88,11 +88,11 @@
- + - + - +
diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php index 6e394bb..3cbcf79 100644 --- a/theme/admin/html/page/item.php +++ b/theme/admin/html/page/item.php @@ -17,7 +17,7 @@
- +

diff --git a/theme/admin/html/page/search.php b/theme/admin/html/page/search.php index 7d53e3a..0fc110f 100644 --- a/theme/admin/html/page/search.php +++ b/theme/admin/html/page/search.php @@ -18,11 +18,11 @@ text('search')?>
- +
- +
-- cgit v1.2.3