mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
prettify all kinds of news entries, not just the normal ones.
This commit is contained in:
parent
ad886688c7
commit
f83dbbded1
1 changed files with 1 additions and 1 deletions
|
@ -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>' .
|
||||
|
|
Loading…
Reference in a new issue