diff -r de56132c008d -r bdac73ed481e install/includes/stages/finish.php --- a/install/includes/stages/finish.php Sun Mar 28 21:49:26 2010 -0400 +++ b/install/includes/stages/finish.php Sun Mar 28 23:10:46 2010 -0400 @@ -14,7 +14,7 @@ */ if ( !defined('IN_ENANO_INSTALL') ) - die(); + die(); require ( ENANO_ROOT . '/install/includes/libenanoinstall.php' ); require ( ENANO_ROOT . '/includes/sql_parse.php' ); @@ -22,10 +22,10 @@ if ( !in_array($dbdriver, $supported_drivers) ) { - $ui->show_header(); - echo '

Installation error

-

ERROR: That database driver is not supported.

'; - return true; + $ui->show_header(); + echo '

Installation error

+

ERROR: That database driver is not supported.

'; + return true; } $ui->show_header(); @@ -41,11 +41,11 @@ function stg_load_files() { - global $dbdriver; - if ( !@include( ENANO_ROOT . "/install/includes/payload.php" ) ) - return false; - - return true; + global $dbdriver; + if ( !@include( ENANO_ROOT . "/install/includes/payload.php" ) ) + return false; + + return true; } start_install_table(); @@ -61,8 +61,8 @@

get('finish_msg_success_title'); ?>

get('finish_msg_success_body', array('mainpage_link' => makeUrlNS('Article', 'Main_Page'))); ?>

get('finish_body'); - echo '

' . $lang->get('finish_link_mainpage', array('mainpage_link' => scriptPath . '/index.php')) . '

'; + echo $lang->get('finish_body'); + echo '

' . $lang->get('finish_link_mainpage', array('mainpage_link' => scriptPath . '/index.php')) . '

'; ?>