mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
dc8c05519a
commit
6523d7a6eb
@ -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 <textarea> tags, which are then converted with JavaScript.
|
||||
*
|
||||
* @package forms
|
||||
* @subpackage fields-formattedinput
|
||||
|
Loading…
Reference in New Issue
Block a user