bug #3313235 [interface] Error div misplaced

This commit is contained in:
Madhura Jayaratne
2011-07-29 06:38:07 +05:30
parent 402a832e93
commit 11ad4fd992
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
3.4.5.0 (not yet released)
- bug #3375325 [interface] Page list in navigation frame looks odd
- bug #3313235 [interface] Error div misplaced
3.4.4.0 (not yet released)
- bug #3323060 [parser] SQL parser breaks AJAX requests if query has unclosed quotes

View File

@@ -56,7 +56,7 @@ if (! PMA_isValid($_REQUEST['no_history']) && empty($GLOBALS['error_message'])
}
if ($GLOBALS['error_handler']->hasDisplayErrors()) {
echo '<div>';
echo '<div class="clearfloat">';
$GLOBALS['error_handler']->dispErrors();
echo '</div>';
}