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/user/form.php | 24 ++++++++++++------------ theme/admin/html/user/item.php | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'theme/admin/html/user') diff --git a/theme/admin/html/user/form.php b/theme/admin/html/user/form.php index 2806598..7d033f1 100644 --- a/theme/admin/html/user/form.php +++ b/theme/admin/html/user/form.php @@ -9,7 +9,7 @@
- +
@@ -17,49 +17,49 @@ text('label_fullname')?>
- +
- +
- +
- +
- +
- +
- +
@@ -87,7 +87,7 @@
- +
@@ -97,11 +97,11 @@
- + - + - +
diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php index 3a9ecb6..bb8c48a 100644 --- a/theme/admin/html/user/item.php +++ b/theme/admin/html/user/item.php @@ -21,7 +21,7 @@
- +

-- cgit v1.2.3