From 4144110d14fc99311992f1eaef56cfdc9656d1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 8 Dec 2005 19:41:21 +0000 Subject: [PATCH] Fix XHTML. --- ChangeLog | 2 +- server_binlog.php | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d64be211..50e36bcb4 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 8b856ad71..e52520651 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 ''; }