summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/taxonomy/taxonomy.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 4e17af388..93c90b0ca 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -212,7 +212,6 @@ function taxonomy_form_vocabulary($edit = array()) {
$form['help'] = array('#type' => 'textfield',
'#title' => t('Help text'),
'#default_value' => $edit['help'],
- '#maxlength' => 255,
'#description' => t('Instructions to present to the user when choosing a term.'),
);
$form['nodes'] = array('#type' => 'checkboxes',