This should clear possible floats
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user