diff --git a/system/form.php b/system/form.php index b596216c..3ba8d407 100644 --- a/system/form.php +++ b/system/form.php @@ -252,6 +252,16 @@ public static function select($name, $options = array(), $selected = null, $attr return ''.implode('', $html_options).''.PHP_EOL; } + /** + * Close a HTML form + * + * @return string + */ + public static function close() + { + return ''; + } + /** * Create a HTML input element. *