From 757599c8eb2ce94bfb9e10aa57a9da8cbdae1208 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 21 Jul 2015 11:03:07 +0530 Subject: [PATCH] Float appropriately for both ltr and rtl languages Signed-off-by: Madhura Jayaratne --- libraries/server_privileges.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 8f5ffebf76..8a36d50d98 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -2076,7 +2076,7 @@ function PMA_getHtmlForSpecificDbPrivileges($db) $html_output .= PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db); $html_output .= ''; - $html_output .= '
'; + $html_output .= '
'; $html_output .= PMA_Util::getWithSelected( $GLOBALS['pmaThemeImage'], $GLOBALS['text_dir'], "usersForm" );