From 42a3518b80e554e4c22f5c6e3ed95f4e600a9a50 Mon Sep 17 00:00:00 2001 From: Lazar Obradovic Date: Thu, 28 Sep 2017 20:22:57 +0200 Subject: [PATCH] Fix the alignment of emulation radio buttons. --- sonoff/webserver.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonoff/webserver.ino b/sonoff/webserver.ino index 630513dd6881..edf6d43d3ec4 100644 --- a/sonoff/webserver.ino +++ b/sonoff/webserver.ino @@ -227,7 +227,7 @@ const char HTTP_FORM_OTHER2[] PROGMEM = const char HTTP_FORM_OTHER3a[] PROGMEM = "
 " D_EMULATION " "; const char HTTP_FORM_OTHER3b[] PROGMEM = - "
{3{4"; + "
{3{4"; #endif // USE_EMULATION const char HTTP_FORM_END[] PROGMEM = "
";