id,summary,reporter,owner,description,type,status,priority,milestone,component,severity,resolution,keywords,cc
1613,Mutilple globalJavascriptFiles must be separated by ";",malber,demian,The tooltip and Trac docs say to separate multiple Javascript files with ';' but the makeJsOptimizerLink() breaks up the string based on a _\r\n\r\n'''If you want a Javascript file included on every page of your site_ put it here (separate with ";" if several files)'''\r\n\r\n{{{\r\n// javascript files_ which always are loaded\r\n        $this->addJavascriptFile(\r\n            SGL_Config::get('site.globalJavascriptFiles')\r\n                ? explode('_'_ SGL_Config::get('site.globalJavascriptFiles'))\r\n                : array()\r\n        );\r\n}}},defect,assigned,normal,2.0,SGL - Output,open,,,
