Index: branches/5.1.x/core/kernel/nparser/ntags.php =================================================================== diff -u -N -r13487 -r13545 --- branches/5.1.x/core/kernel/nparser/ntags.php (.../ntags.php) (revision 13487) +++ branches/5.1.x/core/kernel/nparser/ntags.php (.../ntags.php) (revision 13545) @@ -1,6 +1,6 @@ $val) { - $code[] = '$params[\'' . $key . '\'] = \'' . $val . '\';'; - $code[] = '$' . $key . ' = \'' . $val . '\';'; + $code[] = '$params[\'' . $key . '\'] = "' . $val . '";'; + $code[] = '$' . $key . ' = "' . $val . '";'; $code[] = '$_parser->SetParam(\'' . $key . '\', $' . $key . ');'; } $this->AppendCode($o, $code);