mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 17:31:39 +00:00
Tiny change to trigger pulse
This commit is contained in:
parent
1f4dc9a863
commit
a05ed02a09
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
function newsItem( $date, $user, $text )
|
||||
{
|
||||
echo '<TR><TD><DL><DT><FONT SIZE=-1>Posted on ' . $date . ' by ' . $user . '</FONT></DT>' .
|
||||
' <DD>' . $text . '</DD>' .
|
||||
'</DL></TD></TR>';
|
||||
' <DD>' . $text . '</DD>' .
|
||||
'</DL></TD></TR>';
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue