Skip to content

Commit

Permalink
Quotes are missing creating issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecis committed Jan 17, 2017
1 parent 022b15d commit bd0da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/WiFiManager.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<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/>
<!-- /HTTP_FORM_START -->
<!-- HTTP_FORM_PARAM -->
<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}>
<!-- /HTTP_FORM_PARAM -->
<!-- HTTP_FORM_END -->
<br/><button type='submit'>save</button></form>
Expand Down

0 comments on commit bd0da6c

Please sign in to comment.