From 78dfd43974d31d3308ab3d2e79c81ad92f0a3c15 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Thu, 18 Jul 2013 15:04:57 +0000 Subject: [PATCH] Updated doctype to HTML5 and fixed a bunch of unquoted elements --- include/common.php | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/include/common.php b/include/common.php index 093c17c..1352cdc 100644 --- a/include/common.php +++ b/include/common.php @@ -34,7 +34,7 @@ function printHeader($withmenu="default") { header("Pragma: no-cache"); ?> - + PHPki: <?php echo $title?> @@ -65,9 +65,9 @@ function printHeader($withmenu="default") { case 'setup': ?>
> - href=readme.php>ReadMe - href=setup.php>Setup - href=about.php target=_about>About + href="readme.php">ReadMe + href="setup.php">Setup + href="about.php" target="_about">About
"; if (DEMO) { - print "Public"; - print "Manage"; + print "Public"; + print "Manage"; } else { - print "Menu"; + print "Menu"; } if (file_exists('policy.html')) { - print 'Policy'; + print 'Policy'; } ?> - href=help.php target=_help>Help - href=about.php target=_about>About + href="help.php" target="_help">Help + href="about.php" target="_about">About "; if (DEMO) { - print "Public"; - print "Manage"; + print "Public"; + print "Manage"; } else { - print "Menu"; + print "Menu"; } if (file_exists('../policy.html')) { - print 'Policy'; + print 'Policy'; } ?> - href=../help.php target=_help>Help - href=../about.php target=_about>About + href="../help.php" target="_help">Help + href="../about.php" target="_about">About

-
-
-
PHPki v - Copyright 2003 - William E. Roadcap

+
+
+

PHPki v - Copyright 2003 - William E. Roadcap