From 39fdb7d3a1db48dcd1f442c534bb9db17b3fd67b Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 28 Aug 2013 13:02:40 -0400 Subject: [PATCH] XHTML compliance --- libraries/server_privileges.lib.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 0b4eac75a3..5226f13cd5 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -2526,7 +2526,8 @@ function PMA_getHtmlForDisplaySelectDbInEditPrivs($found_rows) } $html_output .= '' . "\n"; } - $html_output .= '' + $html_output .= '' . "\n" . PMA_Util::showHint( __('Wildcards % and _ should be escaped with a \ to use them literally.') @@ -3796,7 +3797,7 @@ function PMA_getHtmlToEditUserGroup($userGroup = null) if ($userGroup == null) { $html_output .= ''; $html_output .= ''; + . 'autocomplete="off" required="required" />'; $html_output .= '
'; }