From 98446d4f4473c2c06515ea606cd6643b13092e0c Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 20:26:08 +0100 Subject: Bug 952796: Remove HTML attributes which are obsolete in HTML5 r/a=justdave --- template/en/default/admin/users/userdata.html.tmpl | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'template/en/default/admin/users/userdata.html.tmpl') diff --git a/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index 4df8032a5..78c5f0f28 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/template/en/default/admin/users/userdata.html.tmpl @@ -21,11 +21,11 @@ [% IF editusers %] - + [% IF editform %] [% IF !otheruser.in_group('bz_sudo_protect') %] -
+
Impersonate this user [% END %] @@ -52,9 +52,8 @@ [% IF editusers %] - + [% ELSE %] [% otheruser.name FILTER html %] [% END %] @@ -72,7 +71,7 @@ + value="" autocomplete="off"> [% IF password_complexity == "mixed_letters" %] (Password must contain at least one UPPER and one lowercase letter.) [% ELSIF password_complexity == "letters_numbers" %] @@ -80,7 +79,7 @@ [% ELSIF password_complexity == "letters_numbers_specialchars" %] (Password must contain at least one letter, a number and a special character.) [% END %] - [% IF editform %]
+ [% IF editform %]
(Enter new password to change.) [% END %] -- cgit v1.2.3-24-g4f1b