Index: /schedule/Module/calendar.php
===================================================================
--- /schedule/Module/calendar.php	(revision 15574)
+++ /schedule/Module/calendar.php	(revision 15575)
@@ -81,6 +81,9 @@
 }
 //source['Mrk 421']=arr;
-document.getElementById('data').innerHTML=arr+"Time \n"+Time;
-								}
+if(arr.length==2)
+{
+	arr+="\n";	
+}
+document.getElementById('data').innerHTML=arr+"Time \n"+Time;								}
 							}
 							xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+'Mrk+421'+"&time="+year+"-"+month+"-"+day,true);
