Index: branches/unlabeled/unlabeled-1.13.4/core/kernel/processors/tag_processor.php =================================================================== diff -u -r6584 -r7021 --- branches/unlabeled/unlabeled-1.13.4/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 6584) +++ branches/unlabeled/unlabeled-1.13.4/core/kernel/processors/tag_processor.php (.../tag_processor.php) (revision 7021) @@ -79,6 +79,7 @@ $ret = str_replace('\'', ''', $ret); $ret = addslashes($ret); $ret = str_replace(Array("\r", "\n"), Array('\r', '\n'), $ret); + $ret = str_replace('', "", $ret); } if ($flag_values['result_to_var']) { $this->Application->Parser->SetParam($flag_values['result_to_var'], $ret);