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

always have a trailing newline in JavaScript output

This may fix https://bugzilla.mozilla.org/show_bug.cgi?id16033

darcs-hash:20070308224331-7ad00-e5ef018706062baf6bec2bd11dfb318e0fe4b1f6.gz
parent 73bea65d
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,8 @@ function js_out(){
$js = js_compress($js);
}
$js .= "\n"; // https://bugzilla.mozilla.org/show_bug.cgi?id=316033
// save cache file
io_saveFile($cache,$js);
......
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