Fix the button "log in to become a super maintainer" which was not in a

form element
This commit is contained in:
Jonathan Ernst
2005-02-04 03:32:52 +00:00
committed by WineHQ
parent 839695f691
commit 2aad62243d

View File

@@ -285,7 +285,7 @@ if($_REQUEST['appId'])
} }
} else } else
{ {
echo ' <input type=submit value="Log in to become a super maintainer" class=button>'; echo '<form method="post" action="account.php?cmd=login"><input type="submit" value="Log in to become a super maintainer" class="button"></form>';
} }
echo " </center></td></tr>\n"; echo " </center></td></tr>\n";
echo " </table>\n"; /* close of super maintainers table */ echo " </table>\n"; /* close of super maintainers table */