mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
Simplify old doc page.
It's not used in the current site, but it's sloppy code and it burned my eyes seeing it there.
This commit is contained in:
parent
59b4ae70d9
commit
893aa174eb
1 changed files with 1 additions and 5 deletions
|
@ -37,11 +37,7 @@
|
|||
<TD colSpan="2">
|
||||
<?
|
||||
if (is_file ('doc/old/' . $notes . '-notes' . '.txt')) {
|
||||
$lines = file ('doc/old/' . $notes . '-notes' . '.txt');
|
||||
reset ($lines);
|
||||
while (list (, $line) = each ($lines)) {
|
||||
print $line;
|
||||
}
|
||||
include ('doc/old/' . $notes . '-notes' . '.txt');
|
||||
} else {
|
||||
echo "<P>There are no errata for this release.";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue