diff --git a/form.php b/form.php index 142b1c2..7118a87 100644 --- a/form.php +++ b/form.php @@ -433,6 +433,7 @@ class formfield $this->titles = array (""); foreach ($this->titles as $key=>$val) { + $res .= "
\n"; $res .= " name, ENT_QUOTES)."]"; @@ -440,6 +441,11 @@ class formfield $res .= "[$key]"; $res .= "' value='unset'"; $res .= "/>"; + $res .= "\n"; + $res .= "
\n"; } if (isset ($this->errors) || isset ($this->help))