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/migration.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'theme/admin/html/migration.php') diff --git a/theme/admin/html/migration.php b/theme/admin/html/migration.php index 082b95b..921b006 100644 --- a/theme/admin/html/migration.php +++ b/theme/admin/html/migration.php @@ -2,17 +2,17 @@ - - - - " /> + + + + "> <?=$Language->text('maintenance_mode')?>
- +
text('maintenance_mode')?>
@@ -45,7 +45,7 @@ $codebase_schema = $MIGRATION['SCHEMA_VERSION']['CODEBASE']; - + -- cgit v1.2.3