From c5eeccb43d415bc92947aada453dd1dd2ee411a4 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 17 Jan 2006 05:42:21 +0000 Subject: Code style --- includes/unicode.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/unicode.inc') diff --git a/includes/unicode.inc b/includes/unicode.inc index 7aa0b942a..54fe7bb8b 100644 --- a/includes/unicode.inc +++ b/includes/unicode.inc @@ -81,7 +81,7 @@ function unicode_settings() { $options = array(UNICODE_SINGLEBYTE => t('Standard PHP: operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.', array('%url' => 'http://www.php.net/mbstring')), UNICODE_MULTIBYTE => t('Multi-byte: operations on Unicode strings are supported through the PHP mbstring extension.', array('%url' => 'http://www.php.net/mbstring')), UNICODE_ERROR => t('Invalid: the current configuration is incompatible with Drupal.')); - $form['settings'] = array('#type' => 'item', '#title' =>t('String handling method'), '#value' => $options[$status]); + $form['settings'] = array('#type' => 'item', '#title' => t('String handling method'), '#value' => $options[$status]); return $form; } -- cgit v1.2.3