diff --git a/ChangeLog b/ChangeLog index c73c860dd..2e241b077 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-04-06 Loïc Chapeaux * header.inc.php3, lines 64-66; left.php3, lines 135-136 & 154-155: fixed "bug" #539756 - Bad CSS Styles for textarea have chosen thanks to Rabus. + * Documentation.html: code is now XHTML1.0 and CSS2 compliant! 2002-04-05 Marc Delisle * release 2.2.6-rc1 diff --git a/Documentation.html b/Documentation.html index 9b2102923..f11a21984 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1550,8 +1550,8 @@ $cfgPmaAbsoluteUri = (!empty($HTTPS) ? 'https' : 'http') . '://' Obviously, you're free to use whatever coding style you want. But please try to keep your code as simple as possible: beginners are using phpMyAdmin as an example application.
- By the way, we're currently updating all the scripts so they will be - XHTML1.0 and CSS2 compliant on one hand, they will fit + As far as possible, we want the scripts to be XHTML1.0 and CSS2 + compliant on one hand, they fit PEAR coding standards on the other hand. Please pay attention to this. @@ -1638,8 +1638,8 @@ CREDITS, in chronological order [lc] - Loïc Chapeaux <lolo_at_phpheaven.net> * rewrote and optimized javascript, DHTML and DOM stuff - * started to rewrite the scripts so they fit the PEAR coding standards - and generate XHTML1.0 and CSS2 compliant codes + * rewrote the scripts so they fit the PEAR coding standards and + generate XHTML1.0 and CSS2 compliant codes * improved the language detection system * many bugfixes and improvements