mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-11 07:42:04 +00:00
stupid vim
This commit is contained in:
parent
0fc09e5d32
commit
812f7eb6ba
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?
|
||||
function newsItem( $date, $user, $text )
|
||||
{
|
||||
if ($user == "Theoddone33") $user = "theoddone33";:ZZZZ
|
||||
if ($user == "Theoddone33") $user = "theoddone33";
|
||||
echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
|
||||
' <DD>' . $text . '</DD>' .
|
||||
'</DL></TD></TR>';
|
||||
|
|
Loading…
Reference in a new issue