diff --git a/html/pages/sensors.php b/html/pages/sensors.php
index 350fd9bc8..2c7bcd780 100644
--- a/html/pages/sensors.php
+++ b/html/pages/sensors.php
@@ -1,5 +1,25 @@
"); }
+ echo(" " . $texttype ."\n");
+ if ($_GET['opta'] == $type) { echo(""); }
+ $sep = ' | ';
+}
+unset ($sep);
+
+print_optionbar_end();
+
+
+
switch ($_GET['opta'])
{
case 'temperatures':
@@ -12,4 +32,4 @@ switch ($_GET['opta'])
break;
}
-?>
\ No newline at end of file
+?>