#4293 added missing '<tr>' (#4450)

Fixes issue #4293
This commit is contained in:
JelleWho 2020-10-27 14:35:54 +01:00 committed by GitHub
parent 7e40de226f
commit f7fb00632e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,9 @@ const char* loginIndex =
"<br>"
"<br>"
"</tr>"
"<td>Username:</td>"
"<td><input type='text' size=25 name='userid'><br></td>"
"<tr>"
"<td>Username:</td>"
"<td><input type='text' size=25 name='userid'><br></td>"
"</tr>"
"<br>"
"<br>"