We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24f03a0 + b158c4b commit 7f83159Copy full SHA for 7f83159
lib/js_libs.php
@@ -27,7 +27,7 @@ function get_js_libs_content($exclude_deps = []) {
27
28
foreach (JS_LIBS as $key => $dep) {
29
if (!in_array($key, $exclude_deps)) {
30
- $js_lib .= file_get_contents(APP_PATH.$dep);
+ $js_lib .= file_get_contents(APP_PATH.$dep) . "\n";
31
}
32
33
return $js_lib;
0 commit comments