diff options
-rw-r--r-- | lib/exe/js.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index 149b7ab5b..69b0ba27d 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -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); |