Index: branches/5.2.x/core/units/content/content_eh.php =================================================================== diff -u -r15325 -r15856 --- branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15325) +++ branches/5.2.x/core/units/content/content_eh.php (.../content_eh.php) (revision 15856) @@ -1,6 +1,6 @@ getTransitParams(); foreach ($transit_params as $param_name => $param_value) { - $event->SetRedirectParam($param_name, urlencode($param_value)); + $event->SetRedirectParam($param_name, kUtil::escape($param_value, kUtil::ESCAPE_URL)); } }