Fix display bug

This commit is contained in:
bgigon 2004-07-23 14:26:17 +00:00
parent 95645b05c2
commit cb98cdcd32

View File

@ -492,7 +492,7 @@
{ {
echo lang('Please fix the above errors (%1) and warnings(%2)',$error_icon,$warning_icon).'. '; echo lang('Please fix the above errors (%1) and warnings(%2)',$error_icon,$warning_icon).'. ';
} }
echo '<a href="'.str_replace('check_install.php','',$_SERVER['HTTP_REFERER']).'">'.lang('Return to Setup')."</a></h3>\n"; echo '<br><a href="'.str_replace('check_install.php','',$_SERVER['HTTP_REFERER']).'">'.lang('Return to Setup')."</a></h3>\n";
} }
$setup_tpl->pparse('out','T_footer'); $setup_tpl->pparse('out','T_footer');
//echo "</body>\n</html>\n"; //echo "</body>\n</html>\n";