From 61ce4771f91367cbb4b8a1bf61e2af51964714df Mon Sep 17 00:00:00 2001 From: 3Dgoo Date: Thu, 15 Mar 2018 21:27:45 +1030 Subject: [PATCH] Fixing HTMLEditorField API documentation The SS3 API documentation for HTMLEditorField was broken before change #7904: http://api.silverstripe.org/3/HtmlEditorField.html This was because there was an unescaped textarea tag in the class description. In #7904 we escaped the tag. However in a similar pull request #7927 it was suggested we should use backticks instead. This changes the documentation to use backticks around the textarea tag. --- forms/HtmlEditorField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forms/HtmlEditorField.php b/forms/HtmlEditorField.php index b0a26ca28..7cc419977 100644 --- a/forms/HtmlEditorField.php +++ b/forms/HtmlEditorField.php @@ -1,7 +1,7 @@ ` tags, which are then converted with JavaScript. * * @package forms * @subpackage fields-formattedinput