aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/default/js/elgg.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/js/elgg.php b/views/default/js/elgg.php
index 16c8ff20c..9ddd6907a 100644
--- a/views/default/js/elgg.php
+++ b/views/default/js/elgg.php
@@ -42,6 +42,8 @@ $libs = array(
foreach ($libs as $file) {
include("{$CONFIG->path}js/lib/$file.js");
+ // putting a new line between the files to address http://trac.elgg.org/ticket/3081
+ echo "\n";
}
/**