Fixed a small error
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
This commit is contained in:
parent
25f5cd774b
commit
f1961969f6
@ -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="" />';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user