From 6523d7a6eb3905d5e3cf24120d33232e1eb5d789 Mon Sep 17 00:00:00 2001 From: 3Dgoo Date: Thu, 1 Mar 2018 16:31:46 +1030 Subject: [PATCH] Fixing HTMLEditorField API documentation The API documentation for HTMLEditorField is currently broken: http://api.silverstripe.org/3/HtmlEditorField.html This is because there is unescaped start textarea tag in the class description. This fix changes the tag in the description to be escaped. --- forms/HtmlEditorField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index 575bf8324..b0a26ca28 100644 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -1,7 +1,7 @@ tags, which are then converted with JavaScript. + * are created from <textarea> tags, which are then converted with JavaScript. * * @package forms * @subpackage fields-formattedinput