Merge branch 'MDL-36433-master' of git://github.com/itamart/moodle

This commit is contained in:
Sam Hemelryk
2012-12-10 12:13:32 +13:00
+1 -1
View File
@@ -1893,7 +1893,7 @@ function qf_errorHandler(element, _qfMsg) {
list($jsArr,$element)=$jsandelement;
//end of fix
$escapedElementName = preg_replace_callback(
'/[_\[\]]/',
'/[_\[\]-]/',
create_function('$matches', 'return sprintf("_%2x",ord($matches[0]));'),
$elementName);
$js .= '