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

@@ -22,7 +22,7 @@ case 'display_root':
<p>
<pre><?php echo CA_get_root_pem() ?></pre>
<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