From 2db2c039fb5caabf511c95f15034ec18b39533d4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 4 Sep 2007 21:10:45 +0000 Subject: - Patch #172950 by webernet: code style fixes. --- install.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'install.php') diff --git a/install.php b/install.php index 63a0e146f..2f07f0140 100644 --- a/install.php +++ b/install.php @@ -514,16 +514,16 @@ function install_select_locale($profilename) { install_task_list('locale-select'); drupal_set_title(st('Choose language')); if (!empty($_GET['localize'])) { - $output = '

'. st('With the addition of an appropriate language pack, this installer is capable of proceeding in another language of your choice. To install and use Drupal in a language other than English:') . '

'; + $output = '

'. st('With the addition of an appropriate language pack, this installer is capable of proceeding in another language of your choice. To install and use Drupal in a language other than English:') .'

'; $output .= '

' . st('Alternatively, to install and use Drupal in English, or to defer the selection of an alternative language until after installation, select the first link below.') .'

'; - $output .= '

' . st('How should the installation continue?') .'

'; - $output .= ''; + $output .= '

'. st('Alternatively, to install and use Drupal in English, or to defer the selection of an alternative language until after installation, select the first link below.') .'

'; + $output .= '

'. st('How should the installation continue?') .'

'; + $output .= ''; } else { - $output = ''; + $output = ''; } print theme('install_page', $output); exit; -- cgit v1.2.3