diff --git a/livesupport/modules/htmlUI/index.php b/livesupport/modules/htmlUI/index.php
index 92007e2f7..b15f6a5e1 100644
--- a/livesupport/modules/htmlUI/index.php
+++ b/livesupport/modules/htmlUI/index.php
@@ -1,4 +1,3 @@
diff --git a/livesupport/modules/htmlUI/var/html/styles.css b/livesupport/modules/htmlUI/var/html/styles.css
index ab6db92a2..e92466b5d 100755
--- a/livesupport/modules/htmlUI/var/html/styles.css
+++ b/livesupport/modules/htmlUI/var/html/styles.css
@@ -1,4 +1,4 @@
- body {
+body {
background-color : ThreedLightShadow;
font-family : monospace;
}
diff --git a/livesupport/modules/htmlUI/var/html/ui_handler.php b/livesupport/modules/htmlUI/var/html/ui_handler.php
index b7797af9d..412c4f5e8 100644
--- a/livesupport/modules/htmlUI/var/html/ui_handler.php
+++ b/livesupport/modules/htmlUI/var/html/ui_handler.php
@@ -222,7 +222,7 @@ switch($_REQUEST['act']){
$uiHandler->SCHEDULER->setReload();
break;
- case "SCHEDULER.uploadPlaylistMethod":
+ case "SCHEDULER.uploadPlaylistMethod":
$uiHandler->SCHEDULER->uploadPlaylistMethod($_REQUEST);
$uiHandler->SCHEDULER->setReload();
break;
@@ -240,4 +240,6 @@ if (ob_get_contents()) {
}
ob_end_clean
?>
-
\ No newline at end of file
+
+