Index: schedule/Module/calendar.php
===================================================================
--- schedule/Module/calendar.php	(revision 16594)
+++ schedule/Module/calendar.php	(revision 16595)
@@ -100,5 +100,5 @@
 				{
 					//calls the xml request in a loop based on the current sources                
-					var source = ['Mrk 421','Mrk 501'];
+					var source = ["Mrk 421","Mrk 501"];
 					for (i = 0; i<source.length; i++) 
 					{
@@ -114,5 +114,6 @@
 					testXML.open("GET","/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
 					dataSource = new Array();
-					testXML.onload=function() {
+					testXML.onload=function() 
+					{
 						if (testXML.status==200)
 						{
@@ -125,4 +126,5 @@
 						}
 					testXML.send();
+					}
 				}
 
