added PHP_EOL in close method
This commit is contained in:
parent
279983b079
commit
1b620c5938
@ -259,7 +259,7 @@ class Form {
|
||||
*/
|
||||
public static function close()
|
||||
{
|
||||
return '</form>';
|
||||
return '</form>'.PHP_EOL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user