Switch from htmlentities() to htmlspecialchars() to work around PHP greek bug. We...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 10 Jun 2004 07:35:13 +0000 (07:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 10 Jun 2004 07:35:13 +0000 (07:35 +0000)
commit4db2afbefaead5e93469944124a88a517fe96c9e
treee75265a7c9c483cb283aed8aaac0f0edfc02a310
parent654052ad238c14eedcb2cb955307a1289bae63fb
Switch from htmlentities() to htmlspecialchars() to work around PHP greek bug. We should never be crossing charsets.
PHPTAL-NP-0.7.0/libs/PHPTAL/OutputControl.php