diff --git a/lib/news.php b/lib/news.php index ed816bd..9cee8dc 100644 --- a/lib/news.php +++ b/lib/news.php @@ -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>' .