mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
MDL-78379 js: Add missing newline character
This commit is contained in:
parent
6628845087
commit
d06d29ef5d
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user