diff --git a/panels/mensaPlan/config.php.skel b/panels/mensaPlan/config.php.skel
index 1d798cf06743e20b62900c87e8b266ecc99e30c8..7b35e6e3259b45e362abcb5e368537cb10c197a1 100644
--- a/panels/mensaPlan/config.php.skel
+++ b/panels/mensaPlan/config.php.skel
@@ -2,11 +2,11 @@
 // Universal
 $MENSA_URL = "http://www.stwdo.de/gastronomie/speiseplaene/hauptmensa/wochenansicht-hauptmensa/";
 $PARSE_DAYLIST = array (
-		"montag",
-		"dienstag",
-		"mittwoch",
-		"donnerstag",
-		"freitag" 
+                "montag",
+                "dienstag",
+                "mittwoch",
+                "donnerstag",
+                "freitag"
 );
 $DO_SQL = true;
 $DO_JSON = true;
@@ -28,3 +28,8 @@ $JSON_INC_COUNTER = true;
 $JSON_INC_STOFFE = false;
 $JSON_INC_DATE = true;
 ?>
+
+
+
+
+