mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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.
This commit is contained in:
parent
d64fedd5e1
commit
61ce4771f9
@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* A TinyMCE-powered WYSIWYG HTML editor field with image and link insertion and tracking capabilities. Editor fields
|
* 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
|
* @package forms
|
||||||
* @subpackage fields-formattedinput
|
* @subpackage fields-formattedinput
|
||||||
|
Loading…
Reference in New Issue
Block a user