Fix Form syntax, JS missing ; HR style for html5

This commit is contained in:
John Crisp
2020-02-21 14:59:01 +01:00
parent 8815a42f24
commit bdfb211fc8
7 changed files with 20 additions and 20 deletions

View File

@@ -705,7 +705,7 @@ E-mail: <a href=mailto:someone@somewhere.com>someone@somewhere.com</a>&nbsp;&nbs
printHeader('setup');
?>
<form action=<?php echo $PHP_SELF?> method=post>
<form action="<?php echo $PHP_SELF?>" method="post">
<center><h2>Certificate Authority Initial Setup</h2></center>
<table width=99%>
<tr>