diff --git a/css/jquery.ui.css b/css/jquery.ui.css
index b1e84a014c27af882cb70a2222d389abdd21f2fc..a63b716c5ba134987037e10a29075a2b1440fc50 100644
--- a/css/jquery.ui.css
+++ b/css/jquery.ui.css
@@ -831,7 +831,7 @@ body .ui-tooltip {
 ----------------------------------*/
 .ui-widget {
 	font-family: Verdana,Arial,sans-serif;
-	font-size: 2.5em;
+	font-size: 2em;
 }
 .ui-widget .ui-widget {
 	font-size: 1em;
diff --git a/panels/mensaPlan/helper.php b/panels/mensaPlan/helper.php
index 8e0240392907cbd825c30571cbfd710f3364fdf5..febc7c98017ac247760ae235a158cee8a6358f90 100644
--- a/panels/mensaPlan/helper.php
+++ b/panels/mensaPlan/helper.php
@@ -20,7 +20,7 @@ function toJson($tage, $name, $inc_nr, $inc_original, $inc_short, $inc_art, $inc
 	$json .= "}";
 	file_put_contents ( $name, $json );
 }
-function toSql($tage, $server, $user, $pw, $db) { // TODO NR
+function toSql($tage, $server, $user, $pw, $db) {
 	$mysqli = new mysqli ( $server, $user, $pw, $db );
 	
 	if ($mysqli->connect_errno) {
diff --git a/panels/mensaPlan/script.js b/panels/mensaPlan/script.js
index 143cc50d1c7ae43579add23a8164b71fdf3f1f19..b23fa3e751a8d4d7abfd2e5cc57e9264222d9ddd 100755
--- a/panels/mensaPlan/script.js
+++ b/panels/mensaPlan/script.js
@@ -208,4 +208,4 @@ this.loaded = function(panel, config) {
 	$(function() {
 		$("#tabs").tabs();
 	});
-}
+}
\ No newline at end of file