diff --git a/news_funcs.php b/news_funcs.php index 1cf0fa7..b2de7e9 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -3,7 +3,7 @@ { if ($user == "Theoddone33") $user = "theoddone33"; echo '
Posted on ' . $date . ' by ' . $user . '
' . - '
' . $text . '
' . + '

' . $text . '

' . '
'; } ?>