Index: branches/5.2.x/core/units/content/content_eh.php =================================================================== diff -u -N -r16016 -r16339 --- branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 16016) +++ branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 16339) @@ -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); } }