diff --git a/sefv2/modsimpleemailform.php b/sefv2/modsimpleemailform.php index 1da7901..ff010e2 100755 --- a/sefv2/modsimpleemailform.php +++ b/sefv2/modsimpleemailform.php @@ -1584,6 +1584,9 @@ class=\"{$this->formInputClass}\" $this->output .= "\n"; + # FLS: Added missing closing div tag (HTML validation error). Thanks to Thonal for this fix! + $this->output .= "\n"; + if ($this->formTestMode === 'Y') { $this->output = htmlspecialchars($this->output); return '
' . htmlspecialchars($this->testDump($this)) . '
';