diff --git a/main/inc/lib/formvalidator/FormValidator.class.php b/main/inc/lib/formvalidator/FormValidator.class.php index d2a3b4026d..3246554570 100644 --- a/main/inc/lib/formvalidator/FormValidator.class.php +++ b/main/inc/lib/formvalidator/FormValidator.class.php @@ -22,7 +22,7 @@ class FormValidator extends HTML_QuickForm /** * Create a form validator based on an array of form data: - * + * * array( * 'name' => 'zombie_report_parameters', //optional * 'method' => 'GET', //optional @@ -42,13 +42,13 @@ class FormValidator extends HTML_QuickForm * array( * 'name' => 'submit_button', * 'type' => 'style_submit_button', - * 'value' => get_lang('Search'), + * 'value' => get_lang('Search'), * 'attributes' => array('class' => 'search') * ) * ) * ); - * - * @param array form_data + * + * @param array form_data * @return FormValidator */ static function create($form_data) @@ -148,7 +148,7 @@ class FormValidator extends HTML_QuickForm // Modify the default templates $renderer = & $this->defaultRenderer(); - //Form template + //Form template $form_template = '