From cb98cdcd323c01d69c420fa3e4b6914120d574df Mon Sep 17 00:00:00 2001 From: bgigon Date: Fri, 23 Jul 2004 14:26:17 +0000 Subject: [PATCH] Fix display bug --- setup/check_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/check_install.php b/setup/check_install.php index 7d366d4838..bdabfc9ef9 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -492,7 +492,7 @@ { echo lang('Please fix the above errors (%1) and warnings(%2)',$error_icon,$warning_icon).'. '; } - echo ''.lang('Return to Setup')."\n"; + echo '
'.lang('Return to Setup')."\n"; } $setup_tpl->pparse('out','T_footer'); //echo "\n\n";