diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index f7fd9434a..43bb128dc 100644 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -412,7 +412,7 @@ class HtmlEditorField_Toolbar extends RequestHandler { '

' . sprintf($numericLabelTmpl, '1', _t('HtmlEditorField.ADDURL', 'Add URL')) . '

'), $remoteURL = new TextField('RemoteURL', 'http://'), new LiteralField('addURLImage', - '') + '') ); $remoteURL->addExtraClass('remoteurl');