summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/aggregator/aggregator.admin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aggregator/aggregator.admin.inc b/modules/aggregator/aggregator.admin.inc
index 5be429eb3..cae8da61b 100644
--- a/modules/aggregator/aggregator.admin.inc
+++ b/modules/aggregator/aggregator.admin.inc
@@ -241,6 +241,7 @@ function aggregator_form_opml(&$form_state) {
$form['remote'] = array(
'#type' => 'textfield',
'#title' => t('OPML Remote URL'),
+ '#maxlength' => 1024,
'#description' => t('Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.'),
);
$form['refresh'] = array(