Skip to content

Commit bd0da6c

Browse files
authored
Quotes are missing creating issues.
1 parent 022b15d commit bd0da6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/WiFiManager.template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<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/>
5959
<!-- /HTTP_FORM_START -->
6060
<!-- HTTP_FORM_PARAM -->
61-
<br/><input id='{i}' name='{n}' length={l} placeholder='{p}' value='{v}' {c}>
61+
<br/><input id='{i}' name='{n}' length='{l}' placeholder='{p}' value='{v}' {c}>
6262
<!-- /HTTP_FORM_PARAM -->
6363
<!-- HTTP_FORM_END -->
6464
<br/><button type='submit'>save</button></form>

0 commit comments

Comments
 (0)