mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
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'>"
|
"<form method='get' action='co'>"
|
||||||
"<p></p>"
|
"<p></p>"
|
||||||
"<fieldset><legend><b> " D_TEMPLATE " </b></legend>"
|
"<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>"
|
"<p><label><input id='t2' type='checkbox'%s><b>" D_ACTIVATE "</b></label></p>"
|
||||||
"</fieldset>"
|
"</fieldset>"
|
||||||
"<br>"
|
"<br>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user