Index: branches/5.3.x/core/units/content/content_eh.php =================================================================== diff -u -N -r15946 -r15974 --- branches/5.3.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15946) +++ branches/5.3.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15974) @@ -1,6 +1,6 @@ getTransitParams(); foreach ($transit_params as $param_name => $param_value) { - $event->SetRedirectParam($param_name, kUtil::escape($param_value, kUtil::ESCAPE_URL)); + $event->SetRedirectParam($param_name, $param_value); } }