Add unit test for form renderer
[MAILPOET-2665]
This commit is contained in:
committed by
Jack Kitterhing
parent
2e5fd69658
commit
b38bd63bc5
@ -64,7 +64,7 @@ class Renderer {
|
||||
}
|
||||
|
||||
private function renderHoneypot(): string {
|
||||
return '<label class="mailpoet_hp_email_label">' . __('Please leave this field empty', 'mailpoet') . '<input type="email" name="data[email]"></label>';
|
||||
return '<label class="mailpoet_hp_email_label">' . __('Please leave this field empty', 'mailpoet') . '<input type="email" name="data[email]"/></label>';
|
||||
}
|
||||
|
||||
private function renderReCaptcha(): string {
|
||||
|
Reference in New Issue
Block a user