From 2c83cf581e2763ed694e3fb35dbcb15de7477dda Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Apr 2010 19:36:01 +0000 Subject: - Patch #783584 by Pasqualle: fixed invalid HTML. --- modules/taxonomy/taxonomy.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.admin.inc b/modules/taxonomy/taxonomy.admin.inc index 5cdc22b51..e1dfdec2f 100644 --- a/modules/taxonomy/taxonomy.admin.inc +++ b/modules/taxonomy/taxonomy.admin.inc @@ -121,7 +121,7 @@ function taxonomy_form_vocabulary($form, &$form_state, $edit = array()) { '#default_value' => $edit['name'], '#maxlength' => 255, '#required' => TRUE, - '#field_suffix' => '  ', + '#field_suffix' => '  ', ); $js_settings = array( 'type' => 'setting', -- cgit v1.2.3