From 1b620c5938f6a03c52e7fb5de445e129a36d32ef Mon Sep 17 00:00:00 2001 From: Michael Hasselbring Date: Tue, 14 Jun 2011 11:46:43 -0500 Subject: [PATCH] added PHP_EOL in close method --- system/form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/form.php b/system/form.php index 3ba8d407..a9ed7ab2 100644 --- a/system/form.php +++ b/system/form.php @@ -259,7 +259,7 @@ public static function select($name, $options = array(), $selected = null, $attr */ public static function close() { - return ''; + return ''.PHP_EOL; } /**