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
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public static function select($name, $options = array(), $selected = null, $attr
*/
public static function close()
{
return '</form>';
return '</form>'.PHP_EOL;
}
/**