diff --git a/ChangeLog b/ChangeLog index 136ed52c3..1cbcf43f8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,9 @@ $Source$ 2002-06-26 Alexander M. Turek * lang/czech-*.inc.php3: Shorter term for QBE, thanks again to Michal Cihar (nijel). + * header.inc.php3, header_printview.php3, left.php3, + libraries/auth/*.auth.lib.php3: Fixed bug #574025 (W3C validator didn't + detect character encoding). 2002-06-26 Marc Delisle * Documentation.html: update the persons/towns/countries example diff --git a/header.inc.php3 b/header.inc.php3 index c0fac26a8..2db65d91b 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -48,6 +48,7 @@ if ($GLOBALS['text_dir'] == 'ltr') { phpMyAdmin + ' . "\n"; @@ -94,17 +95,17 @@ a.drop:hover {font-family: ; color: #ffffff; .warning {font-family: ; font-size: ; font-weight: bold; color: #FF0000} td.topline {font-size: 1px} td.tab { - border-top: 1px solid black; - border-right: 1px solid black; - border-left: 1px solid black; + border-top: 1px solid black; + border-right: 1px solid black; + border-left: 1px solid black; border-bottom: none; border-radius: 2px; -moz-border-radius: 2px; } table.tabs { - border-top: none; - border-right: none; - border-left: none; + border-top: none; + border-right: none; + border-left: none; border-bottom: 2px solid gray; } //--> diff --git a/header_printview.inc.php3 b/header_printview.inc.php3 index 7a5d1fd11..d41b1f17e 100644 --- a/header_printview.inc.php3 +++ b/header_printview.inc.php3 @@ -48,6 +48,7 @@ if ($text_dir == 'ltr') { <?php echo $strSQLResult; ?> - phpMyAdmin <?php echo PMA_VERSION ?> +