From c07a87d4b64f815024d450594fb80f57a236a400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 18 Oct 2001 17:49:28 +0000 Subject: [PATCH] fixed bug #472353 - Doc can't be opened in IE5/Mac (because of an invalid DTD) --- Documentation.html | 4 +++- header.inc.php3 | 4 +++- index.php3 | 4 +++- left.php3 | 4 +++- libraries/common.lib.php3 | 4 +++- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/Documentation.html b/Documentation.html index d0c6df8a3..28314ef60 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1,5 +1,7 @@ - + diff --git a/header.inc.php3 b/header.inc.php3 index 6a07ac533..1c549db28 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -36,7 +36,9 @@ header('Content-Type: text/html; charset=' . $charset); set_font_sizes(); echo '' . "\n"; ?> - + diff --git a/index.php3 b/index.php3 index 90181daa3..e564220fb 100755 --- a/index.php3 +++ b/index.php3 @@ -33,7 +33,9 @@ $url_query = 'lang=' . $lang . (empty($db) ? '' : '&db=' . urlencode($db)); echo '' . "\n"; ?> - + phpMyAdmin <?php echo PHPMYADMIN_VERSION; ?> - <?php echo $HTTP_HOST; ?> diff --git a/left.php3 b/left.php3 index 97d9cf1e7..ff823f5b0 100755 --- a/left.php3 +++ b/left.php3 @@ -46,7 +46,9 @@ header('Content-Type: text/html; charset=' . $charset); set_font_sizes(); echo '' . "\n"; ?> - + diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 6237e4d6b..f2e23fc19 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -72,7 +72,9 @@ if (!defined('__LIB_COMMON__')){ echo '' . "\n"; ?> - +