diff --git a/ChangeLog b/ChangeLog index 4d64be211e..50e36bcb47 100755 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,7 @@ $Source$ * lang/czech: Fix typo. * tbl_select.php, libraries/display_tbl.lib.php, tbl_properties_operations.php, tbl_indexes.php, db_operations.php, - server_privileges.php: Fix XHTML. + server_privileges.php, server_binlog.php: Fix XHTML. * tbl_properties_export.php: Fix output before headers. * Documentation.html: Add commands how to setup config dir, note about changing permissions. diff --git a/server_binlog.php b/server_binlog.php index 8b856ad717..e525206519 100644 --- a/server_binlog.php +++ b/server_binlog.php @@ -20,7 +20,7 @@ require('./libraries/server_links.inc.php'); * Displays the sub-page heading */ echo '

' . "\n" - . ($cfg['MainPageIconic'] ? '' : '' ) + . ($cfg['MainPageIconic'] ? '' : '' ) . ' ' . $strBinaryLog . "\n" . '

' . "\n"; @@ -30,16 +30,20 @@ if (!isset($log)) $log = ''; * Display log selector. */ if (count($binary_logs) > 1) { - echo '

'; + echo ''; echo PMA_generate_common_hidden_inputs(); - echo $strSelectBinaryLog . ': '; - echo ''; foreach($binary_logs as $name) { echo ''; } echo ''; + echo ''; + echo '
'; echo ''; - echo '

'; + echo '
'; + echo ''; }