Add the id attr. to ACText

pull/83/head
Hieromon Ikasamo 6 years ago
parent 8cd9ba5bf2
commit 8968579f0b
  1. 2
      src/AutoConnectElementBasisImpl.h

@ -292,7 +292,7 @@ const String AutoConnectTextBasis::toHTML(void) const {
String html = String("");
if (enable) {
html = String("<div");
html = String(F("<div id=\"")) + name + String('"');
String value_f = value;
if (style.length())

Loading…
Cancel
Save