diff --git a/form.php b/form.php
index 653d407..551e35c 100644
--- a/form.php
+++ b/form.php
@@ -363,7 +363,8 @@ class formfield
{
$res .= " ";
- if (isset ($this->help)) $res .= $this->help."
";
+ if (isset ($this->help))
+ $res .= "".$this->help."
";
if (isset ($this->errors)) $res .= $this->errors[1];
$res .= "\n";
}
@@ -441,7 +442,8 @@ class formfield
{
$res .= " ";
- if (isset ($this->help)) $res .= $this->help."
";
+ if (isset ($this->help))
+ $res .= "".$this->help."
";
if (isset ($this->errors)) $res .= $this->errors[1];
$res .= "\n";
}
@@ -514,7 +516,8 @@ class formfield
{
$res .= " ";
- if (isset ($this->help)) $res .= $this->help."
";
+ if (isset ($this->help))
+ $res .= "".$this->help."
";
if (isset ($this->errors)) $res .= $this->errors[1];
$res .= "\n";
}
@@ -614,7 +617,8 @@ class formfield
{
$res .= " ";
- if (isset ($this->help)) $res .= $this->help."
";
+ if (isset ($this->help))
+ $res .= "".$this->help."
";
if (isset ($this->errors)) $res .= $this->errors[1];
$res .= "\n";
}
@@ -711,7 +715,8 @@ class formfield
{
$res .= " ";
- if (isset ($this->help)) $res .= $this->help."
";
+ if (isset ($this->help))
+ $res .= "".$this->help."
";
if (isset ($this->errors)) $res .= $this->errors[1];
$res .= "\n";
}
@@ -770,7 +775,8 @@ class formfield
{
$res .= " ";
- if (isset ($this->help)) $res .= $this->help."
";
+ if (isset ($this->help))
+ $res .= "".$this->help."
";
if (isset ($this->errors)) $res .= $this->errors[1];
$res .= "\n";
}