The branch, master has been updated via 599492943d0415c40f2db3e7274f18d3c269544a (commit) from c0c5723b2038d30ab4f19d4a291770edf1c3779b (commit)
- Log ----------------------------------------------------------------- commit 599492943d0415c40f2db3e7274f18d3c269544a Author: Michal Čihař mcihar@novell.com Date: Wed Feb 2 14:12:54 2011 +0100
This should clear possible floats
-----------------------------------------------------------------------
Summary of changes: libraries/common.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 32652de..61f5ffb 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -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 '</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 // PMA_ajaxResponse(). Hence, collect the buffer contents and return it
hooks/post-receive