Skip to content
Snippets Groups Projects
Commit 17582ec6 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Add a newline when loading JavaScript files

This avoids problems when the files are concatenated later.
parent 1b06a5d8
No related branches found
No related tags found
No related merge requests found
......@@ -185,7 +185,7 @@ function js_load($file){
}
$data = str_replace($match[0],$idata,$data);
}
echo $data;
echo "$data\n";
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment