added PHP_EOL in close method

This commit is contained in:
Michael Hasselbring
2011-06-14 11:46:43 -05:00
parent 279983b079
commit 1b620c5938

View File

@@ -259,7 +259,7 @@ class Form {
*/ */
public static function close() public static function close()
{ {
return '</form>'; return '</form>'.PHP_EOL;
} }
/** /**