GerLech / WebConfig

For ESP8266 and ESP32 edit configuration with web page and save it on SPIFFS. If no connection to a local WLAN exists configuration over web page can be done using an access point
GNU Lesser General Public License v3.0
80 stars 19 forks source link

Escaping % by two % #12

Closed erWINter closed 3 years ago

erWINter commented 3 years ago

in lines 52 and 56 of file WebConfig/WebConfig.cpp both text 'width:100%;\n' should be replaced by 'width:100%%;\n' in order to produce a '%' when used as format.

GerLech commented 3 years ago

Thank you for the hint. I will fix this within the next Release. This release comes soon and contains new input elements.