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

@@ -138,7 +138,7 @@ function printHeader($withmenu="default") {
function printFooter() {
?>
<br />
<hr style="width:99%; align:left; color:#99caff;" />
<hr style="width:99%; color:#99caff;" />
<p style="margin-top: -5px; font-size: 8pt; text-align:center;">PHPki v<?php echo PHPKI_VERSION?> - Copyright 2003 - William E. Roadcap</p>
</body>
</html>