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/category/form.php | 18 +++++++++--------- theme/admin/html/category/item.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'theme/admin/html/category') diff --git a/theme/admin/html/category/form.php b/theme/admin/html/category/form.php index b358233..46f056e 100644 --- a/theme/admin/html/category/form.php +++ b/theme/admin/html/category/form.php @@ -25,7 +25,7 @@ function categorySelectList($category_tree, $selected = NULL, $current = NULL, $
- +
@@ -33,14 +33,14 @@ function categorySelectList($category_tree, $selected = NULL, $current = NULL, $ text('label_name')?>
- +
- +
- +
- +
@@ -92,7 +92,7 @@ function categorySelectList($category_tree, $selected = NULL, $current = NULL, $
- +
@@ -102,11 +102,11 @@ function categorySelectList($category_tree, $selected = NULL, $current = NULL, $
- + - + - +
diff --git a/theme/admin/html/category/item.php b/theme/admin/html/category/item.php index ea98c02..dacabdc 100644 --- a/theme/admin/html/category/item.php +++ b/theme/admin/html/category/item.php @@ -21,7 +21,7 @@
- +

-- cgit v1.2.3