From a3819c33d222b61f2a008f23ff67c7a14797c946 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 29 Aug 2016 21:16:08 -0400 Subject: Add missing HTML escaping for textarea --- app/Helper/FormHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/Helper/FormHelper.php b/app/Helper/FormHelper.php index 0bb94d39..eca1f317 100644 --- a/app/Helper/FormHelper.php +++ b/app/Helper/FormHelper.php @@ -174,7 +174,7 @@ class FormHelper extends Base $html = ''; $html .= $this->errorList($errors, $name); -- cgit v1.2.3