Fix html syntax error in help - Thanks Mauro De Carolis [SME: 11688]

This commit is contained in:
John Crisp
2021-09-30 18:18:35 +02:00
parent 50c23a4035
commit bf2b2ecce6

View File

@@ -7,10 +7,11 @@ printHeader(about);
?> ?>
<center> <center>
<h1>PHPki HELP FILES</h1> <h1>PHPki HELP FILES</h1>
<p><a href="<?php echo BASE_URL?>"help/PKI_basics.html><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p> <p><a href="<?php echo BASE_URL?>help/PKI_basics.html"><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p>
<p><a href="<?php echo BASE_URL?>"help/cacert_install_ie.html><h3>Installing Our Root Certificate For Use With Outlook and Outlook Express</h3></a></p> <p><a href="<?php echo BASE_URL?>help/cacert_install_ie.html"><h3>Installing Our Root Certificate For Use With Outlook and Outlook Express</h3></a></p>
<p><a href="<?php echo BASE_URL?>"help/usercert_install_ie.html><h3>Installing Your Personal E-mail Certificate For Use With Outlook and Outlook Express</h3></a></p> <p><a href="<?php echo BASE_URL?>help/usercert_install_ie.html"><h3>Installing Your Personal E-mail Certificate For Use With Outlook and Outlook Express</h3></a></p>
<p><a href="<?php echo BASE_URL?>"help/glossary.html><h3>Glossary</h3></a></p> <p><a href="<?php echo BASE_URL?>help/glossary.html"><h3>Glossary</h3></a></p>
</center> </center>
<?php <?php
printFooter(); printFooter();