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