Skip to content
Snippets Groups Projects
Commit 87c33e26 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.

parent e6caf7a0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment