Skip to content

Commit

Permalink
Merge branch 'MDL-78157-400' of https://github.com/golenkovm/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_400_STABLE
  • Loading branch information
andrewnicols committed Jul 13, 2023
2 parents a84a441 + 4d1b372 commit bfc7a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requirejs.php
Expand Up @@ -82,7 +82,7 @@ function requirejs_fix_define(string $modulename, string $js): string {
} else if (!preg_match('/define\s*\(/', $js)) {
echo(
"// JS module '{$modulename}' cannot be loaded, or does not contain a javascript" .
' module in AMD format. "define()" not found.'
' module in AMD format. "define()" not found.' . "\n"
);
}

Expand Down

0 comments on commit bfc7a5e

Please sign in to comment.