diff --git a/test.php b/test.php
index 62366ac..d2a9b08 100644
--- a/test.php
+++ b/test.php
@@ -13,7 +13,7 @@ echo "Test date, time & microtime:
".date("jS M Y g:i:sa")." (".microt
$success = 0;
-echo 'TEST 1 of 3: PHP Version:
ICEcoder needs at least PHP 5.0, tho 5.3 and above is recommended:
';
+echo 'TEST 1 of 3: PHP Version:
ICEcoder needs at least PHP 5.0, tho 5.3 and above is recommended:
';
echo "Your PHP Version: ".phpversion()."
";
echo 'TEST RESULT: ';
@@ -78,4 +78,4 @@ echo $success." of 3 tests passed successfully
";