aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 06:09:01 +0000
committerfloam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-04 06:09:01 +0000
commitfa731dd18251c90971e7ef618eb316d766349fd2 (patch)
tree947405c70cb4c8c8bc36f6500fe64326c9db0659
parentbb5c3e41dccf58595f728e7d637989a8389923b3 (diff)
downloadioquake3-aero-fa731dd18251c90971e7ef618eb316d766349fd2.tar.gz
ioquake3-aero-fa731dd18251c90971e7ef618eb316d766349fd2.zip
super-minor thing
git-svn-id: svn://svn.icculus.org/quake3/trunk@262 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--web/newindex.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/web/newindex.php b/web/newindex.php
index 19463af..e74c8c2 100644
--- a/web/newindex.php
+++ b/web/newindex.php
@@ -17,17 +17,17 @@ ob_start();
<body>
<h1>icculus.org/quake3</h1>
<ul id="navigation">
- <?php
- foreach ($navlist as $file => $alias) {
- echo "<li>";
- if ($file != $page) { echo "<a href=\"?page=$file\">$alias</a>"; }
- else { echo "<span class=\"current\">$alias</span>"; }
- echo "</li>\n";
- }
- ?>
+<?php
+foreach ($navlist as $file => $alias) {
+ echo "<li>";
+ if ($file != $page) { echo "<a href=\"?page=$file\">$alias</a>"; }
+ else { echo "<span class=\"current\">$alias</span>"; }
+ echo "</li>\n";
+}
+?>
</ul>
<div id="content">
- <?php include_safe("$page.php"); ?>
+<?php include_safe("$page.php"); ?>
</div>
<div id="footer">
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://icculus.org/quake3/ioq3.css">Valid CSS</a> |