Fix Form syntax, JS missing ; HR style for html5
This commit is contained in:
@@ -705,7 +705,7 @@ E-mail: <a href=mailto:someone@somewhere.com>someone@somewhere.com</a> &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>
|
||||
|
Reference in New Issue
Block a user