Loading modules/taxonomy/taxonomy.module +1 −1 Original line number Diff line number Diff line Loading @@ -527,7 +527,7 @@ function taxonomy_form_alter(&$form, $form_state, $form_id) { '#default_value' => $typed_string, '#autocomplete_path' => 'taxonomy/autocomplete/' . $vocabulary->vid, '#weight' => $vocabulary->weight, '#maxlength' => 255, '#maxlength' => 1024, ); } else { Loading Loading
modules/taxonomy/taxonomy.module +1 −1 Original line number Diff line number Diff line Loading @@ -527,7 +527,7 @@ function taxonomy_form_alter(&$form, $form_state, $form_id) { '#default_value' => $typed_string, '#autocomplete_path' => 'taxonomy/autocomplete/' . $vocabulary->vid, '#weight' => $vocabulary->weight, '#maxlength' => 255, '#maxlength' => 1024, ); } else { Loading