The branch, master has been updated via 91b28bbfa2794409ad3f46e139e34a9951ceab5e (commit) from 288329402cf5f2f0d5e3645495b25174caa7b099 (commit)
- Log ----------------------------------------------------------------- commit 91b28bbfa2794409ad3f46e139e34a9951ceab5e Author: Azhari Harahap blackarazi@gmail.com Date: Thu Apr 7 00:52:14 2011 +0700
Fix db structure align (patch #3277725, bug #3276024).
-----------------------------------------------------------------------
Summary of changes: libraries/db_structure.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/db_structure.lib.php b/libraries/db_structure.lib.php index 6f91d44..c288559 100644 --- a/libraries/db_structure.lib.php +++ b/libraries/db_structure.lib.php @@ -31,7 +31,7 @@ function PMA_TableHeader($db_is_information_schema = false, $replication = false $action_colspan = 6; }
- echo '<table class="data" style="float: left;">' . "\n" + echo '<table class="data">' . "\n" .'<thead>' . "\n" .'<tr><th></th>' . "\n" .' <th>' . PMA_SortableTableHeader(__('Table'), 'table') . '</th>' . "\n";
hooks/post-receive