Skip to content

Commit 4d35966

Browse files
committed
Tweaked odd input values in demo page for buttons
1 parent 2c7d178 commit 4d35966

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/buttons/buttons-types.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ <h2>Form buttons</h2>
5454
<button>Button element</button>
5555

5656
<p><strong>Input type="button"</strong> based button:</p>
57-
<input type="button" value="Input type=button" />
57+
<input type="button" value="buttonBtn" />
5858

5959
<p><strong>Input type="submit"</strong> based button:</p>
60-
<input type="submit" value="Input type=submit" />
60+
<input type="submit" value="submitBtn" />
6161

6262
<p><strong>Input type="reset"</strong> based button:</p>
63-
<input type="reset" value="Input type=reset" />
63+
<input type="reset" value="resetBtn" />
6464

6565
<p><strong>Input type="image"</strong> based button:</p>
66-
<input type="image" value="Input type=image" />
66+
<input type="image" value="imageBtn" />
6767

6868
</div><!--/content-primary -->
6969

0 commit comments

Comments
 (0)