From d1281a571a56dca9d40b59a7baf31d32b09a37f5 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Tue, 9 Oct 2018 10:46:45 +0200 Subject: [PATCH] FIX Escape HTML in PHPDoc to fix API docs from rendering incorrectly --- src/Forms/TextareaField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Forms/TextareaField.php b/src/Forms/TextareaField.php index 51c6aab52..c51ca2c52 100644 --- a/src/Forms/TextareaField.php +++ b/src/Forms/TextareaField.php @@ -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