Re: [PHP-DOC] Typo in htmlspecialchars

2004-11-27 Thread Friedhelm Betz
Hi Ted, http://www.php.net/manual/en/function.htmlspecialchars.php Bullet two, which currently reads: '"' (double quote) becomes '"' when ENT_NOQUOTES is not set. should probably read: '"' (double quote) becomes '"' when ENT_COMPAT (the default) or ENT_QUOTES is set. or maybe (but leaves room

[PHP-DOC] Typo in htmlspecialchars

2004-11-27 Thread Ted Stresen-Reuter
http://www.php.net/manual/en/function.htmlspecialchars.php Bullet two, which currently reads: '"' (double quote) becomes '"' when ENT_NOQUOTES is not set. should probably read: '"' (double quote) becomes '"' when ENT_COMPAT (the default) or ENT_QUOTES is set. or maybe (but leaves room for conf