Skip to content

Commit

Permalink
Merge branch 'MDL-36433-master' of git://github.com/itamart/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Dec 9, 2012
2 parents 8b5944b + ed608e7 commit 1b4e47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formslib.php
Expand Up @@ -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 .= '
Expand Down

0 comments on commit 1b4e47e

Please sign in to comment.