]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #3081: Adding a new line between javascript includes.
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Mar 2011 23:29:08 +0000 (23:29 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Fri, 11 Mar 2011 23:29:08 +0000 (23:29 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8655 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/js/elgg.php

index 16c8ff20c5a39f0d5d23a69ab84c6e4eef4cfda6..9ddd6907af9509d701d8a79123daaafe94f34a01 100644 (file)
@@ -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";
 }
 
 /**