Skip to content

Commit 5efda10

Browse files
committed
Update README.md
1 parent 1d7636e commit 5efda10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ We have to alter it a bit:
3939
That's it. It will work. But it **will not** work if you nest input inside label or put label before input.
4040

4141
If you want to enable **Opera 12** and earlier support just add class `styled` to `input` element:
42-
````
42+
````html
4343
...
44-
<input type="checkbox" id="checkbox1" style="styled">
44+
<input type="checkbox" id="checkbox1" class="styled">
4545
...
4646
````
4747

0 commit comments

Comments
 (0)