--- feedapi.module.dist 2008-03-15 17:05:12.000000000 -0400 +++ feedapi.module 2008-03-15 21:40:24.000000000 -0400 @@ -504,7 +504,7 @@ function feedapi_form_alter($form_id, &$ '#title' => t('Feed URL'), '#description' => t('Enter feed URL.'), '#default_value' => $feedapi_url_default, - '#maxlength' => 255, + '#maxlength' => 2048, ); // Build feed object on validate and submit. @@ -728,7 +728,7 @@ function feedapi_simplified_form($type) '#type' => 'textfield', '#size' => 25, '#required' => TRUE, - '#maxlength' => 255, + '#maxlength' => 2048, ); $form['add'] = array( '#type' => 'submit',