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.
This commit is contained in:
3Dgoo 2018-03-01 16:31:46 +10:30 committed by GitHub
parent dc8c05519a
commit 6523d7a6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?php
/**
* A TinyMCE-powered WYSIWYG HTML editor field with image and link insertion and tracking capabilities. Editor fields
* are created from <textarea> tags, which are then converted with JavaScript.
* are created from &lt;textarea&gt; tags, which are then converted with JavaScript.
*
* @package forms
* @subpackage fields-formattedinput