From be2308cba0570155c617499d3e91fd4b1b0a8b05 Mon Sep 17 00:00:00 2001 From: Arjan Mels Date: Sun, 23 Jun 2019 13:36:18 +0200 Subject: [PATCH] Add
after ACSelect element --- src/AutoConnectElementBasisImpl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoConnectElementBasisImpl.h b/src/AutoConnectElementBasisImpl.h index 27e488a..c6d42a7 100644 --- a/src/AutoConnectElementBasisImpl.h +++ b/src/AutoConnectElementBasisImpl.h @@ -261,6 +261,7 @@ const String AutoConnectSelectBasis::toHTML(void) const { html += ">" + option + String(F("")); } html += String(F("")); + html += String(F("
")); } return html; }