stupid vim

This commit is contained in:
Dan Olson 2000-05-15 00:46:00 +00:00
parent 0fc09e5d32
commit 812f7eb6ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<? <?
function newsItem( $date, $user, $text ) 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>' . echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
' <DD>' . $text . '</DD>' . ' <DD>' . $text . '</DD>' .
'</DL></TD></TR>'; '</DL></TD></TR>';