From 6ad76b5cc2a31545c7466ec1d6c18ac2bbf0dd09 Mon Sep 17 00:00:00 2001 From: Volker E Date: Tue, 17 Mar 2015 23:57:23 +0100 Subject: addressing #14982 self-closing tags ending slash doesn't have a purpose & should be removed --- core/templates/login.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'core/templates/login.php') diff --git a/core/templates/login.php b/core/templates/login.php index f10a8102180..0ef7882d4b0 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -11,7 +11,7 @@ script('core', [
'); + print_unescaped(''); } ?>
@@ -26,7 +26,7 @@ script('core', [
@@ -36,7 +36,7 @@ script('core', [ placeholder="t('Username')); ?>" value="" - autocomplete="on" autocapitalize="off" autocorrect="off" required /> + autocomplete="on" autocapitalize="off" autocorrect="off" required>

@@ -45,7 +45,7 @@ script('core', [ - autocomplete="on" autocapitalize="off" autocorrect="off" required /> + autocomplete="on" autocapitalize="off" autocorrect="off" required>

@@ -56,12 +56,12 @@ script('core', [ - + - +
-- cgit v1.2.3