mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
Fixed news page.
This commit is contained in:
parent
b708261e57
commit
1e85f8df07
1 changed files with 2 additions and 2 deletions
4
news.php
4
news.php
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
$result = pg_close($conn);
|
||||
} else {
|
||||
tableBoxHeader("All News", 3, 'white', '#737b9c', 'white');
|
||||
tableBoxHeader("All News", 3, 'white', '#737b9c', 'black');
|
||||
|
||||
$newsItem = '<P>Because everyone in the core ignored the request for judges to make a request to participate on quake-private I will be the only judge.' .
|
||||
'<P>Since there are many submissions and it will be hard for me to choose and keep everyone in and outside the group happy about it, I will be taking a couple days to think it over.';
|
||||
|
@ -208,7 +208,7 @@
|
|||
<BR>
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "white");
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
?>
|
||||
</TR>
|
||||
<TR>
|
||||
|
|
Loading…
Reference in a new issue