We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022b15d commit bd0da6cCopy full SHA for bd0da6c
extras/WiFiManager.template.html
@@ -58,7 +58,7 @@
58
<form method='get' action='wifisave'><input id='s' name='s' length=32 placeholder='SSID'><br/><input id='p' name='p' length=64 type='password' placeholder='password'><br/>
59
<!-- /HTTP_FORM_START -->
60
<!-- HTTP_FORM_PARAM -->
61
- <br/><input id='{i}' name='{n}' length={l} placeholder='{p}' value='{v}' {c}>
+ <br/><input id='{i}' name='{n}' length='{l}' placeholder='{p}' value='{v}' {c}>
62
<!-- /HTTP_FORM_PARAM -->
63
<!-- HTTP_FORM_END -->
64
<br/><button type='submit'>save</button></form>
0 commit comments