Code is now XHTML1.0 and CSS2 compliant!

This commit is contained in:
Loïc Chapeaux
2002-04-06 13:53:43 +00:00
parent 9589c5ecfb
commit 23e9cf8ca3
2 changed files with 5 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-04-06 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* 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 <lem9@users.sourceforge.net>
* release 2.2.6-rc1

View File

@@ -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.<br />
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
<a class="navigation" href="http://pear.php.net/" target="_blank">PEAR coding standards</a>
on the other hand. Please pay attention to this.
</li>
@@ -1638,8 +1638,8 @@ CREDITS, in chronological order
[lc] - Lo<4C>c Chapeaux &lt;lolo_at_phpheaven.net&gt;
* 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