From 80822f809d738f207fee8feb0605103d01dceef6 Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Thu, 27 Apr 2000 16:29:37 +0000 Subject: [PATCH] trying a smaller font for posted by on the news.. --- news_funcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_funcs.php b/news_funcs.php index e6c4b32..577bfa4 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -1,7 +1,7 @@
Posted on ' . $date . ' by ' . $user . '
' . + echo '
Posted on ' . $date . ' by ' . $user . '
' . '
' . $text . '
' . '
'; }