Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.469 diff -u -F^f -r1.469 common.inc --- includes/common.inc 17 Aug 2005 19:14:08 -0000 1.469 +++ includes/common.inc 18 Aug 2005 05:01:24 -0000 @@ -652,7 +651,7 @@ function t($string, $args = 0) { * Encode special characters in a plain-text string for display as HTML. */ function check_plain($text) { - return htmlspecialchars($text, ENT_QUOTES); + return htmlspecialchars($text); } /**