Skip to content

Commit

Permalink
Update link url in comment
Browse files Browse the repository at this point in the history
Co-authored-by: George Steel <[email protected]>
Signed-off-by: Garry Childs <[email protected]>
  • Loading branch information
krytenuk and gsteel authored Jul 4, 2024
1 parent 65a43cf commit 0ad3af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/AbstractHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

/**
Expand Down

0 comments on commit 0ad3af6

Please sign in to comment.