diff --git a/form.php b/form.php index 6fbaf64..58feed8 100644 --- a/form.php +++ b/form.php @@ -397,7 +397,7 @@ class formfield { $res .= " "; - if (isset ($this->help)) $res .= $this->help."
\n"; + if (isset ($this->help)) $res .= $this->help."
"; if (isset ($this->errors)) $res .= $this->errors[1]; $res .= "
\n"; } @@ -470,7 +470,7 @@ class formfield { $res .= " "; - if (isset ($this->help)) $res .= $this->help."
\n"; + if (isset ($this->help)) $res .= $this->help."
"; if (isset ($this->errors)) $res .= $this->errors[1]; $res .= "
\n"; } @@ -570,7 +570,7 @@ class formfield { $res .= " "; - if (isset ($this->help)) $res .= $this->help."
\n"; + if (isset ($this->help)) $res .= $this->help."
"; if (isset ($this->errors)) $res .= $this->errors[1]; $res .= "
\n"; } @@ -667,7 +667,7 @@ class formfield { $res .= " "; - if (isset ($this->help)) $res .= $this->help."
\n"; + if (isset ($this->help)) $res .= $this->help."
"; if (isset ($this->errors)) $res .= $this->errors[1]; $res .= "
\n"; } @@ -726,7 +726,7 @@ class formfield { $res .= " "; - if (isset ($this->help)) $res .= $this->help."
\n"; + if (isset ($this->help)) $res .= $this->help."
"; if (isset ($this->errors)) $res .= $this->errors[1]; $res .= "
\n"; }