Merge branch 'MDL-36433-master' of git://github.com/itamart/moodle
This commit is contained in:
+1
-1
@@ -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 .= '
|
||||
|
||||
Reference in New Issue
Block a user