Skip to content

Commit 340c00f

Browse files
author
Daniel Arthur Gallagher
committed
Additional HTML tweak
I removed the closing slashes from 2 input tags. Inputs are void tags so they don't need the closing slash.
1 parent 9dc92cd commit 340c00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>A javascript regular expression editor</h2>
2222
<div id="main">
2323
<div id="expression">
2424
<h2>Regular Expression:</h2>
25-
/<input name="expression" />/<input name="option" />
25+
/<input name="expression">/<input name="option">
2626
</div>
2727

2828
<div id="test_strings">

0 commit comments

Comments
 (0)