Skip to content
Snippets Groups Projects
Commit 2cd171fe authored by natrak's avatar natrak
Browse files

Typo in the last fix

parent 5984ea46
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -18,7 +18,7 @@ function showLogin($userid = "") {
print("<TR><TH>User ID:</TH><TD><INPUT NAME=userid VALUE=\"$userid\"></TD></TR>\n");
print("<TR><TH>Password:</TH><TD><INPUT NAME=passwd TYPE=password></TD></TR>\n");
print("<TR><TD ALIGN=center><INPUT NAME=act TYPE=submit VALUE=\"Login\"></TD></TR>\n");
print("<TR><TD ALIGN=center><A HREF=\"account.php&act=new\">Register</A> as new user.</A></TD></TR>\n");
print("<TR><TD ALIGN=center><A HREF=\"account.php?act=new\">Register</A> as new user.</A></TD></TR>\n");
print("<TR><TD COLSPAN=2>$user->ublock</TD></TR>\n");
print("</TABLE>\n");
print("</FORM>\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment