diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-04-28 19:36:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-04-28 19:36:01 +0000 |
commit | 2c83cf581e2763ed694e3fb35dbcb15de7477dda (patch) | |
tree | 8741f1196b6984d8cb70a9ee1cc8430a9cafb288 /modules/system | |
parent | 688037d7e1f11c5c827bce829ca3f09ccb3a0180 (diff) | |
download | brdo-2c83cf581e2763ed694e3fb35dbcb15de7477dda.tar.gz brdo-2c83cf581e2763ed694e3fb35dbcb15de7477dda.tar.bz2 |
- Patch #783584 by Pasqualle: fixed invalid HTML.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
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"> </small>', + '#field_suffix' => ' <small id="edit-date-type-suffix"> </small>', ); $js_settings = array( 'type' => 'setting', |