diff --git a/index.php b/index.php index 27c0e9d..147045f 100644 --- a/index.php +++ b/index.php @@ -27,9 +27,9 @@ $str_benefits="
So what are you waiting for, [log in] +
So, what are you waiting for? [Log in] or [register] now! Your help in stomping out Wine issues will be greatly appreciated.
"; } else @@ -66,7 +66,7 @@ if(!$_SESSION['current']->isLoggedIn()) $hResult = query_parameters($voteQuery); $oRow = query_fetch_object($hResult); - echo "There are $iNumApps applications currently in the database"; + echo "There are $iNumApps applications currently in the database,"; // don't mention the top application if there are no votes yet if( !empty($oRow) )