Fix apostrophe regression

This commit is contained in:
Theo Arends 2020-05-21 18:03:05 +02:00
parent f1205385bd
commit 14807254ba
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ const char HTTP_FORM_OTHER[] PROGMEM =
"<form method='get' action='co'>"
"<p></p>"
"<fieldset><legend><b>&nbsp;" D_TEMPLATE "&nbsp;</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>"