summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-07-31 08:58:01 +0000
committerDries Buytaert <dries@buytaert.net>2005-07-31 08:58:01 +0000
commit6fdb939d5581841d248c124578514303225265d0 (patch)
tree273f91340ceb7778208066ebe6c5d99a60c801d8 /modules/system/system.module
parent563c00c92c4baa67cc9fd53538c5d3df060523c2 (diff)
downloadbrdo-6fdb939d5581841d248c124578514303225265d0.tar.gz
brdo-6fdb939d5581841d248c124578514303225265d0.tar.bz2
- Removed some whitespace
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 277dd7081..814baf6af 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -277,7 +277,7 @@ function system_view_general() {
$output .= form_group_collapsible(t('Date settings'), $group, TRUE);
// String handling: report status and errors.
- $output .= form_group_collapsible(t('String handling'), unicode_settings(), TRUE);
+ $output .= form_group_collapsible(t('String handling'), unicode_settings(), TRUE);
return $output;
}