Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 5bd7a42

Browse files
committed
Merge pull request #3 from dwyer/master
Change `<input type="color">` to `<input type="radio">` in radio.html.
2 parents ab47482 + 2453c6b commit 5bd7a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/radio.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<body>
77

8-
<input type="color">
8+
<input type="radio">
99

1010
</body>
1111
</html>

0 commit comments

Comments
 (0)