Commit 1b620c59 authored by Michael Hasselbring's avatar Michael Hasselbring

added PHP_EOL in close method

parent 279983b0
...@@ -259,7 +259,7 @@ class Form { ...@@ -259,7 +259,7 @@ class Form {
*/ */
public static function close() public static function close()
{ {
return '</form>'; return '</form>'.PHP_EOL;
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment