Fixed a small error

Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
Deven Bansod 2015-07-14 14:38:21 +05:30
parent 25f5cd774b
commit f1961969f6

View File

@ -278,7 +278,7 @@ function PMA_userprefsAutoloadGetHeader()
$script_name . '?' . http_build_query($_GET, '', '&')
);
$retval .= '<div id="prefs_autoload" class="notice" style="display:none">';
$retval .= '<div id="prefs_autoload" class="notice print_ignore" style="display:none">';
$retval .= '<form action="prefs_manage.php" method="post" class="disableAjax">';
$retval .= PMA_URL_getHiddenInputs();
$retval .= '<input type="hidden" name="json" value="" />';