diff --git a/wled00/data/settings.htm b/wled00/data/settings.htm
index 3b95dd48c..53530c4cc 100644
--- a/wled00/data/settings.htm
+++ b/wled00/data/settings.htm
@@ -21,7 +21,7 @@
border-radius: var(--h);
font-size: 6vmin;
height: var(--h);
- width: calc(100%% - 40px);
+ width: calc(100%% - 40px); /* needed for AsyncWebServer parsing */
margin-top: 2vh;
}
diff --git a/wled00/data/settings_leds.htm b/wled00/data/settings_leds.htm
index a3718fee0..dfcea929c 100644
--- a/wled00/data/settings_leds.htm
+++ b/wled00/data/settings_leds.htm
@@ -245,7 +245,7 @@
// memory usage and warnings
gId('m0').innerHTML = memu;
bquot = memu / maxM * 100;
- gId('dbar').style.background = `linear-gradient(90deg, ${bquot > 60 ? (bquot > 90 ? "red":"orange"):"#ccc"} 0 ${bquot}%%, #444 ${bquot}%% 100%%)`;
+ gId('dbar').style.background = `linear-gradient(90deg, ${bquot > 60 ? (bquot > 90 ? "red":"orange"):"#ccc"} 0 ${bquot}%, #444 ${bquot}% 100%)`;
gId('ledwarning').style.display = (maxLC > Math.min(maxPB,800) || bquot > 80) ? 'inline':'none';
gId('ledwarning').style.color = (maxLC > Math.max(maxPB,800) || bquot > 100) ? 'red':'orange';
gId('wreason').innerHTML = (bquot > 80) ? "80% of max. LED memory" +(bquot>100 ? ` (ERROR: Using over ${maxM}B!)` : "") : "800 LEDs per output";
@@ -525,7 +525,6 @@ ${i+1}:
×