summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index 5f98fa3c2..149b0819c 100644
--- a/modules/system/system.admin.inc
+++ b/modules/system/system.admin.inc
@@ -2017,7 +2017,7 @@ function system_add_date_format_type_form($form, &$form_state) {
'#title' => t('Date type'),
'#type' => 'textfield',
'#required' => TRUE,
- '#field_suffix' => ' <small id="edit-date-type-suffix">&nbsp</small>',
+ '#field_suffix' => ' <small id="edit-date-type-suffix">&nbsp;</small>',
);
$js_settings = array(
'type' => 'setting',