diff --git a/setup/check_install.php b/setup/check_install.php index a00b6f5dee..67d9db2ff2 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -438,7 +438,7 @@ $GLOBALS['phpgw_setup']->html->show_header(lang('Welcome to the eGroupWare Installation'),False,'config'); echo '

'.lang('Welcome to the eGroupWare Installation')."

\n"; echo lang('The first step in installing eGroupWare is to ensure your environment has the necessary settings to correctly run the application.'); - echo ,'

'.lang('We will now run a series of tests, which may take a few minutes. Click the link below to proceed.'); + echo '

'.lang('We will now run a series of tests, which may take a few minutes. Click the link below to proceed.'); echo '

'.lang('Run installation tests').'

'; $setup_tpl->pparse('out','T_footer'); exit;