Closed g-regor closed 3 months ago
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
For example when
MQTT_SERVER
is set to""
, HTML is served as<input id='mh' placeholder= value='mqtt-broker.local'>
, which the browser parses as<input id="mh" placeholder="value='mqtt-broker.local'" name="mh">
and is then shown asThe same problem also occurs for
MQTT_PORT
,MQTT_USER
andGateway_Name
. Space in the value is also problematic as it makes it show up only partialy. i.e. for#define Gateway_Name "OpenMQTTGateway One"
it only shows "OpenMQTTGateway" as the placeholder.Steps to reproduce the behavior:
MQTT_SERVER
,MQTT_PORT
,MQTT_USER
andGateway_Name
set as empty strings.