mirror of https://github.com/arendst/Tasmota.git
Fix apostrophe regression
This commit is contained in:
parent
f1205385bd
commit
14807254ba
|
@ -448,7 +448,7 @@ const char HTTP_FORM_OTHER[] PROGMEM =
|
|||
"<form method='get' action='co'>"
|
||||
"<p></p>"
|
||||
"<fieldset><legend><b> " D_TEMPLATE " </b></legend>"
|
||||
"<p><input id='t1' placeholder=\"" D_TEMPLATE "\" value=\"%s\"></p>"
|
||||
"<p><input id='t1' placeholder=\"" D_TEMPLATE "\" value='%s'></p>"
|
||||
"<p><label><input id='t2' type='checkbox'%s><b>" D_ACTIVATE "</b></label></p>"
|
||||
"</fieldset>"
|
||||
"<br>"
|
||||
|
|
Loading…
Reference in New Issue