Unverified Commit f7fb0063 authored by JelleWho's avatar JelleWho Committed by GitHub

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

Fixes issue #4293
parent 7e40de22
......@@ -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>"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment