From 7704d6972d4bb3e4443687007b2d3aec1a08e45a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 4 May 2017 13:52:25 +0200 Subject: [PATCH] Use textarea for dashlet URLs fixes #2719 --- application/forms/Dashboard/DashletForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Dashboard/DashletForm.php b/application/forms/Dashboard/DashletForm.php index 6d36c547f..ee0d4e3c8 100644 --- a/application/forms/Dashboard/DashletForm.php +++ b/application/forms/Dashboard/DashletForm.php @@ -63,7 +63,7 @@ class DashletForm extends Form ); $this->addElement( - 'text', + 'textarea', 'url', array( 'required' => true,