Skip to content

Commit 0dff25d

Browse files
committed
Removed trailing slash on br and regex, added =" to regex as required pattern
1 parent 43145a0 commit 0dff25d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ <h1>Product Pick</h1>
1919
type="text"
2020
id="fullname"
2121
name="Fullname"
22-
required
23-
.*\S.*\S.*
24-
/>
25-
<br />
22+
required pattern=".*\S.*\S.*">
23+
<br>
2624
</div>
2725

2826
<div>

0 commit comments

Comments
 (0)