From 2b210de42a2ac7c6daafc43df46a5c17bea3c42c Mon Sep 17 00:00:00 2001 From: xzilla Date: Wed, 2 Oct 2002 04:35:51 +0000 Subject: [PATCH] make index.php xhtml compliant --- public_html/index.php | 66 +++++++++++++++++++++++-------------------- 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/public_html/index.php b/public_html/index.php index 66448000..b36ab019 100755 --- a/public_html/index.php +++ b/public_html/index.php @@ -1,31 +1,35 @@ - - - - -<?= $appName ?> - - - - - - - - - - -<body> - <?= $strNoFrames ?> -</body> - - \ No newline at end of file + + + + + + +<?= $appName ?> + + + + + + + + + + <body> + <?= $strNoFrames ?> + </body> + + + -- 2.39.5