diff options
Diffstat (limited to 'modules/path/path.module')
-rw-r--r-- | modules/path/path.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/path/path.module b/modules/path/path.module index 3edec859a..bac63f1d2 100644 --- a/modules/path/path.module +++ b/modules/path/path.module @@ -237,7 +237,7 @@ function path_form_alter(&$form, $form_state, $form_id) { '#type' => 'textfield', '#title' => t('URL alias'), '#default_value' => $path, - '#maxlength' => 128, + '#maxlength' => 255, '#collapsible' => TRUE, '#collapsed' => TRUE, '#description' => t('Optionally specify an alternative URL by which this node can be accessed. For example, type "about" when writing an about page. Use a relative path and don\'t add a trailing slash or the URL alias won\'t work.'), |