[UI] Correct manual merge error

This commit is contained in:
Ton Huisman
2021-06-09 16:36:37 +02:00
parent 9fdd288930
commit bdac81836f
-1
View File
@@ -557,7 +557,6 @@ void addCheckBox(const String& id, boolean checked, bool disabled
addHtml(F("><span class='checkmark"));
if (disabled) { addDisabled(); }
addHtml(F("'></span></label>"));
addHtml('\'');
# ifdef ENABLE_TOOLTIPS