/[smecontribs]/rpms/phpki-ng/contribs10/phpki-ng-0.84-fix-html-syntax-in-help.patch
ViewVC logotype

Annotation of /rpms/phpki-ng/contribs10/phpki-ng-0.84-fix-html-syntax-in-help.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Thu Aug 5 10:47:59 2021 UTC (2 years, 10 months ago) by jcrisp
Branch: MAIN
CVS Tags: phpki-ng-0_84-15_el7_sme, phpki-ng-0_84-11_el7_sme, phpki-ng-0_84-14_el7_sme, phpki-ng-0_84-13_el7_sme, phpki-ng-0_84-16_el7_sme, phpki-ng-0_84-12_el7_sme, HEAD
fix html help syntax

1 jcrisp 1.1 diff -ruN phpki-ng.old/phpki-ng-0.84/help.php phpki-ng/phpki-ng-0.84/help.php
2     --- phpki-ng.old/phpki-ng-0.84/help.php 2021-08-05 12:25:16.156278953 +0200
3     +++ phpki-ng/phpki-ng-0.84/help.php 2021-08-05 12:38:54.333643287 +0200
4     @@ -7,10 +7,10 @@
5     ?>
6     <center>
7     <h1>PHPki HELP FILES</h1>
8     - <p><a href="<?php echo BASE_URL?>"help/PKI_basics.html><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p>
9     - <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>
10     - <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>
11     - <p><a href="<?php echo BASE_URL?>"help/glossary.html><h3>Glossary</h3></a></p>
12     + <p><a href="<?php echo BASE_URL?>help/PKI_basics.html"><h3>PKI and E-mail Encryption - A Brief Explanation</h3></a></p>
13     + <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>
14     + <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>
15     + <p><a href="<?php echo BASE_URL?>help/glossary.html"><h3>Glossary</h3></a></p>
16     </center>
17     <?php
18     printFooter();

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed