diff --git a/www/js/analog.js b/www/js/analog.js index a7afefa9..7a5edfee 100644 --- a/www/js/analog.js +++ b/www/js/analog.js @@ -70,7 +70,7 @@ function updateSensorShowArea( page ) { var sensor = analogSensors[ i ]; if ( sensor.show ) { html += "
"; - html += ""; + html += ""; html += "
"; } }