summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-02-10 19:03:47 +0000
committerDries Buytaert <dries@buytaert.net>2008-02-10 19:03:47 +0000
commitea59f2c6b5644716c8094109077d1df4717c15f0 (patch)
treebc0d4bc45c2efeddea3fad4a0fd6646484604c06 /install.php
parent44eb6d6992a27db37d980feea129917f5751ace9 (diff)
downloadbrdo-ea59f2c6b5644716c8094109077d1df4717c15f0.tar.gz
brdo-ea59f2c6b5644716c8094109077d1df4717c15f0.tar.bz2
- Patch #216511 by Vladimir: fixed XHTML error.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index a9ce9fcf8..aa3b8a4b1 100644
--- a/install.php
+++ b/install.php
@@ -516,7 +516,7 @@ function install_select_locale($profilename) {
$output .= '<ul><li><a href="install.php?profile='. $profilename .'&amp;locale=en">'. st('Continue installation in English') .'</a></li><li><a href="install.php?profile='. $profilename .'">'. st('Return to choose a language') .'</a></li></ul>';
}
else {
- $output = '<ul><li><a href="install.php?profile='. $profilename .'&amp;locale=en">'. st('Install Drupal in English') .'</a></li><li><a href="install.php?profile='. $profilename .'&localize=true">'. st('Learn how to install Drupal in other languages') .'</a></li></ul>';
+ $output = '<ul><li><a href="install.php?profile='. $profilename .'&amp;locale=en">'. st('Install Drupal in English') .'</a></li><li><a href="install.php?profile='. $profilename .'&amp;localize=true">'. st('Learn how to install Drupal in other languages') .'</a></li></ul>';
}
print theme('install_page', $output);
exit;