Skip to content

Commit b821a84

Browse files
Shadow243IrAlfred
authored andcommitted
fix(js_libs): site.js generation comments mixup
(cherry picked from commit b158c4b)
1 parent 27a8de4 commit b821a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/js_libs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function get_js_libs_content($exclude_deps = []) {
2727

2828
foreach (JS_LIBS as $key => $dep) {
2929
if (!in_array($key, $exclude_deps)) {
30-
$js_lib .= file_get_contents(APP_PATH.$dep);
30+
$js_lib .= file_get_contents(APP_PATH.$dep) . "\n";
3131
}
3232
}
3333
return $js_lib;

0 commit comments

Comments
 (0)