Browse Source

added PHP_EOL in close method

Michael Hasselbring 14 years ago
parent
commit
1b620c5938
1 changed files with 1 additions and 1 deletions
  1. 1 1
      system/form.php

+ 1 - 1
system/form.php

@@ -259,7 +259,7 @@ class Form {
     */
    public static function close()
    {
-      return '</form>';
+      return '</form>'.PHP_EOL;
    }
 
 	/**