trying this out... hopefully it won't do any damage. I'll take it out within

15 seconds if it does
This commit is contained in:
Dan Olson 2000-05-15 00:50:17 +00:00
parent 812f7eb6ba
commit 40e982d6ad
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{
if ($user == "Theoddone33") $user = "theoddone33";
echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
' <DD>' . $text . '</DD>' .
' <DD><P>' . $text . '</DD>' .
'</DL></TD></TR>';
}
?>