From 2c9fbe2a47c1d85565ffa4ac51b189b640957014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 21 Sep 2001 20:09:46 +0000 Subject: [PATCH] improved xhtml1.0 compliance --- header.inc.php3 | 3 +- index.php3 | 5 +-- left.php3 | 3 +- libraries/common.lib.php3 | 16 ++++----- libraries/select_lang.lib.php3 | 62 ++++++++++++++++++---------------- 5 files changed, 47 insertions(+), 42 deletions(-) diff --git a/header.inc.php3 b/header.inc.php3 index 85d165793..911a34d84 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -34,9 +34,10 @@ header('Content-Type: text/html; charset=' . $charset); */ // Gets the font sizes to use set_font_sizes(); +echo '' . "\n"; ?> - + phpMyAdmin diff --git a/index.php3 b/index.php3 index 4fb4bba1c..f1e60fd64 100755 --- a/index.php3 +++ b/index.php3 @@ -31,9 +31,10 @@ if (empty($HTTP_HOST)) { $url_query = 'lang=' . $lang . '&server=' . $server . (empty($db) ? '' : '&db=' . urlencode($db)); +echo '' . "\n"; ?> - + phpMyAdmin <?php echo PHPMYADMIN_VERSION; ?> - <?php echo $HTTP_HOST; ?>