gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
371 stars 133 forks source link

use html escape quotes in WIFI setup filled values #172

Closed ggrandou closed 1 year ago

ggrandou commented 2 years ago

If SSID or password contains single quotes (') the filled current value will be truncated in the form field. This patch fixes this by converting single quotes with related html entity.