Add the id attr. to ACText

pull/123/head
Hieromon Ikasamo 6 years ago
parent b4d07b5de4
commit ee5abff99f
  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