Index: includes/common.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/common.inc,v retrieving revision 1.1204 diff -u -r1.1204 common.inc --- includes/common.inc 10 Aug 2010 01:00:42 -0000 1.1204 +++ includes/common.inc 16 Aug 2010 17:57:33 -0000 @@ -3325,7 +3325,7 @@ // Regexp to match single quoted strings. $single_quot = "'[^'\\\\]*(?:\\\\.[^'\\\\]*)*'"; $contents = preg_replace( - "<($double_quot|$single_quot)|$comment>Sus", // Strip all comment blocks + "<($double_quot|$single_quot)|$comment>Ss", // Strip all comment blocks "$1", // but keep double/single $contents); // quoted strings. $contents = preg_replace(