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/post/form.php | 18 +++++++++--------- theme/admin/html/post/item.php | 2 +- theme/admin/html/post/search.php | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'theme/admin/html/post') diff --git a/theme/admin/html/post/form.php b/theme/admin/html/post/form.php index d2a22eb..8ad514a 100644 --- a/theme/admin/html/post/form.php +++ b/theme/admin/html/post/form.php @@ -24,7 +24,7 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') {
- +
@@ -32,14 +32,14 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') { text('label_name')?>
- +
- +
- +
- +
@@ -103,7 +103,7 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') {
- +
@@ -113,11 +113,11 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') {
- + - + - +
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php index e4b2bec..14f2813 100644 --- a/theme/admin/html/post/item.php +++ b/theme/admin/html/post/item.php @@ -23,7 +23,7 @@
- +

diff --git a/theme/admin/html/post/search.php b/theme/admin/html/post/search.php index dff8dfb..0a0d959 100644 --- a/theme/admin/html/post/search.php +++ b/theme/admin/html/post/search.php @@ -33,7 +33,7 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') { text('search')?>
- +
- +
-- cgit v1.2.3