From 4474551713144a5176f784ac9a8348741d3c363c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 17 Mar 2010 14:04:38 +0000 Subject: - Patch #680422 by scor, grendzy, Heine: request_uri() can not be used as is in HTML. --- includes/theme.maintenance.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index c7b7ae0a7..1bfffa7ad 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -145,7 +145,7 @@ function theme_install_page($variables) { $title = count($messages['error']) > 1 ? st('The following errors must be resolved before you can continue the installation process') : st('The following error must be resolved before you can continue the installation process'); $variables['messages'] .= '

' . $title . ':

'; $variables['messages'] .= theme('status_messages', array('display' => 'error')); - $variables['content'] .= '

' . st('Check the error messages and try again.', array('!url' => request_uri())) . '

'; + $variables['content'] .= '

' . st('Check the error messages and try again.', array('!url' => check_url(request_uri()))) . '

'; } // Special handling of warning messages -- cgit v1.2.3