diff --git a/src/setup.php b/src/setup.php
index d5349cd..7fbdc12 100644
--- a/src/setup.php
+++ b/src/setup.php
@@ -43,7 +43,7 @@ else
}
$lastVer = '1.3.1';
-echo '
';
+echo 'myTinyTodo @VERSION Setup';
echo "myTinyTodo @VERSION Setup
";
# determine current installed version
@@ -55,14 +55,14 @@ if(!$ver)
if(!isset($_POST['installdb']) && !isset($_POST['install']))
{
exitMessage("");
}
elseif(isset($_POST['installdb']))
{