This should clear possible floats

This commit is contained in:
Michal Čihař
2011-02-02 14:12:54 +01:00
parent c0c5723b20
commit 599492943d

View File

@@ -1244,7 +1244,7 @@ function PMA_showMessage($message, $sql_query = null, $type = 'notice', $is_view
echo $edit_link . $explain_link . $php_link . $refresh_link . $validate_link; echo $edit_link . $explain_link . $php_link . $refresh_link . $validate_link;
echo '</div>'; echo '</div>';
} }
echo '</div><br />' . "\n"; echo '</div><br class="clearfloat" />' . "\n";
// If we are in an Ajax request, we have most probably been called in // If we are in an Ajax request, we have most probably been called in
// PMA_ajaxResponse(). Hence, collect the buffer contents and return it // PMA_ajaxResponse(). Hence, collect the buffer contents and return it