diff --git a/framework/core/forms/form.php b/framework/core/forms/form.php index 4eb20753a5..fcbb70ad2e 100644 --- a/framework/core/forms/form.php +++ b/framework/core/forms/form.php @@ -209,7 +209,7 @@ function toHTML($form_id=null, $module=null) { } } $html = "\r\n"; - $html .= ''."\r\n"; +// $html .= ''."\r\n"; $html .= "\r\n"; foreach ($this->scripts as $name=>$script) $html .= "\r\n"; $html .= '
'.$formError.'
';