diff --git a/src/View/Helper/AbstractHelper.php b/src/View/Helper/AbstractHelper.php index 1794030c..b1a96bc9 100644 --- a/src/View/Helper/AbstractHelper.php +++ b/src/View/Helper/AbstractHelper.php @@ -59,7 +59,7 @@ abstract class AbstractHelper extends BaseAbstractHelper 'readonly' => ['on' => 'readonly', 'off' => ''], // https://html.spec.whatwg.org/#attr-input-readonly 'required' => ['on' => 'required', 'off' => ''], // https://html.spec.whatwg.org/#attr-input-required 'selected' => ['on' => 'selected', 'off' => ''], // https://html.spec.whatwg.org/#attr-option-selected - 'novalidate' => ['on' => 'novalidate', 'off' => ''], // https://html.spec.whatwg.org/#attr-option-selected + 'novalidate' => ['on' => 'novalidate', 'off' => ''], // https://html.spec.whatwg.org/#attr-fs-novalidate ]; /**