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

@@ -27,7 +27,7 @@ case 'gen_crl':
?>
<center><h2>Certificate Revocation List Updated</h2></center>
<p>
<form action=<?php echo $PHP_SELF?> method=post>
<form action="<?php echo $PHP_SELF?>" method="post">
<input type=submit name=submit value="Back to Menu">
</form>
<?php
@@ -41,7 +41,7 @@ case 'gen_crl':
<h3>Debug Info:</h3>
<pre><?php echo $errtxt?></pre>
</blockquote>
<form action=<?php echo $PHP_SELF?> method=post>
<form action="<?php echo $PHP_SELF?>" method="post">
<p>
<input type=submit name=submit value="Back to Menu">
<p>

View File

@@ -212,7 +212,7 @@ case 'final':
printHeader();
?>
<form action=<?php echo $PHP_SELF?> method=post>
<form action="<?php echo $PHP_SELF?>" method="post">
<font color=#ff0000>
<h2>There was an error creating your certificate.</h2></font><br>
<blockquote>