From ea59f2c6b5644716c8094109077d1df4717c15f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 10 Feb 2008 19:03:47 +0000 Subject: [PATCH] - Patch #216511 by Vladimir: fixed XHTML error. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index a9ce9fcf842..aa3b8a4b11b 100644 --- a/install.php +++ b/install.php @@ -516,7 +516,7 @@ function install_select_locale($profilename) { $output .= ''; } else { - $output = ''; + $output = ''; } print theme('install_page', $output); exit;