File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
12
12
< style class ="editable ">
13
13
.box ::after {
14
- content : " ➥"
14
+ content : " ➥" ;
15
15
}
16
16
17
17
</ style >
24
24
25
25
< textarea class ="playable playable-css " style ="height: 80px; ">
26
26
.box::after {
27
- content: " ➥"
27
+ content: " ➥";
28
28
}
29
29
</ textarea >
30
30
38
38
</ body >
39
39
< script src ="../playable.js "> </ script >
40
40
41
- </ html >
41
+ </ html >
Original file line number Diff line number Diff line change 11
11
12
12
< style class ="editable ">
13
13
.box ::before {
14
- content : "This should show before the other content."
14
+ content : "This should show before the other content. " ;
15
15
}
16
16
17
17
</ style >
24
24
25
25
< textarea class ="playable playable-css " style ="height: 80px; ">
26
26
.box::before {
27
- content: "This should show before the other content."
27
+ content: "This should show before the other content. ";
28
28
}
29
29
</ textarea >
30
30
38
38
</ body >
39
39
< script src ="../playable.js "> </ script >
40
40
41
- </ html >
41
+ </ html >
You can’t perform that action at this time.
0 commit comments