added PHP_EOL in close method
This commit is contained in:
parent
279983b079
commit
1b620c5938
|
@ -259,7 +259,7 @@ public static function select($name, $options = array(), $selected = null, $attr
|
||||||
*/
|
*/
|
||||||
public static function close()
|
public static function close()
|
||||||
{
|
{
|
||||||
return '</form>';
|
return '</form>'.PHP_EOL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue