FIX Escape HTML in PHPDoc to fix API docs from rendering incorrectly

This commit is contained in:
Robbie Averill 2018-10-09 10:46:45 +02:00 committed by GitHub
parent 1d1cf6882d
commit d1281a571a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ namespace SilverStripe\Forms;
/**
* TextareaField creates a multi-line text field,
* allowing more data to be entered than a standard
* text field. It creates the <textarea> tag in the
* text field. It creates the `<textarea>` tag in the
* form HTML.
*
* <code>