Skip to content

Commit f7fb006

Browse files
authored
#4293 added missing '<tr>' (#4450)
Fixes issue #4293
1 parent 7e40de2 commit f7fb006

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: libraries/ArduinoOTA/examples/OTAWebUpdater/OTAWebUpdater.ino

+3-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ const char* loginIndex =
2525
"<br>"
2626
"<br>"
2727
"</tr>"
28-
"<td>Username:</td>"
29-
"<td><input type='text' size=25 name='userid'><br></td>"
28+
"<tr>"
29+
"<td>Username:</td>"
30+
"<td><input type='text' size=25 name='userid'><br></td>"
3031
"</tr>"
3132
"<br>"
3233
"<br>"

0 commit comments

Comments
 (0)