Index: branches/unlabeled/unlabeled-1.17.2/core/kernel/processors/tag_processor.php =================================================================== diff -u -r7934 -r8309 --- branches/unlabeled/unlabeled-1.17.2/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 7934) +++ branches/unlabeled/unlabeled-1.17.2/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 8309) @@ -76,7 +76,6 @@ $this->Special = $backup_special; if ($flag_values['js_escape']) { - $ret = str_replace('\'', ''', $ret); $ret = addslashes($ret); $ret = str_replace(Array("\r", "\n"), Array('\r', '\n'), $ret); $ret = str_replace('', "", $ret);