diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 4e17af388cbd20cfb58be0ae677d52db13c6943c..93c90b0caddb7ed0045ff1f3823c0718bafe26c5 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',