prettify all kinds of news entries, not just the normal ones.

This commit is contained in:
Jeff Teunissen 2002-02-18 07:51:58 +00:00
parent ad886688c7
commit f83dbbded1

View file

@ -47,7 +47,7 @@
return '<TR>' .
' <TD>' .
' <DL>' .
' <DT><FONT SIZE="-1"> Posted on ' . dateFromSQLDateTime ($array[n_date]) . ' by ' . $array[n_user] . '</FONT></DT>' .
' <DT><FONT SIZE="-1"><EM>Posted on </EM>' . dateFromSQLDateTime ($array[n_date]) . '<EM> by </EM><STRONG>' . $array[n_user] . '</STRONG></FONT></DT>' .
' <DD><P>' . StripSlashes ($array[n_news]) . '</DD>' .
' </DL>' .
' </TD>' .