File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212 < style class ="editable ">
1313 .box ::after {
14- content : " ➥"
14+ content : " ➥" ;
1515 }
1616
1717 </ style >
2424
2525 < textarea class ="playable playable-css " style ="height: 80px; ">
2626.box::after {
27- content: " ➥"
27+ content: " ➥";
2828}
2929 </ textarea >
3030
3838</ body >
3939< script src ="../playable.js "> </ script >
4040
41- </ html >
41+ </ html >
Original file line number Diff line number Diff line change 1111
1212 < style class ="editable ">
1313 .box ::before {
14- content : "This should show before the other content."
14+ content : "This should show before the other content. " ;
1515 }
1616
1717 </ style >
2424
2525 < textarea class ="playable playable-css " style ="height: 80px; ">
2626.box::before {
27- content: "This should show before the other content."
27+ content: "This should show before the other content. ";
2828}
2929 </ textarea >
3030
3838</ body >
3939< script src ="../playable.js "> </ script >
4040
41- </ html >
41+ </ html >
You can’t perform that action at this time.
0 commit comments