diff options
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r-- | modules/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module index d917c7511..a756654f6 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -648,7 +648,7 @@ function taxonomy_form_alter($form_id, &$form) { '#default_value' => $typed_string, '#autocomplete_path' => 'taxonomy/autocomplete/'. $vocabulary->vid, '#weight' => $vocabulary->weight, - '#maxlength' => 100, + '#maxlength' => 255, ); } else { |