diff --git a/SimplePHPForm.php b/SimplePHPForm.php index 9eeefaf..99cdd18 100644 --- a/SimplePHPForm.php +++ b/SimplePHPForm.php @@ -205,7 +205,7 @@ function Display($name = '') } else if($type == 'checkbox') // Check box. Never needs an error message. Will never need an error or info message. { - $output .= '
'."\n"; + $output .= '
'."\n"; if(boolval($this->input_list[$name]->data)) $output .= '\n";