From 1d13ebe490c13ad593655e5eb2ee5f166157af2e Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 6 Jan 2014 22:47:27 +0200 Subject: [PATCH] Gelato Form - W3 Fixes #189 --- libraries/Gelato/Form/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Gelato/Form/Form.php b/libraries/Gelato/Form/Form.php index 4e67d16..458e09b 100644 --- a/libraries/Gelato/Form/Form.php +++ b/libraries/Gelato/Form/Form.php @@ -141,7 +141,7 @@ class Form $attributes['type'] = 'text'; } - return ''; + return ''; } /**