Skip to content

Commit 015573e

Browse files
authored
Merge pull request #1672 from dpvc/issue1670
Remove unwanted trailing comma. #1670
2 parents 784338c + ee08f38 commit 015573e

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/CommonHTML

1 file changed

+1
-1
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
".mjx-math": {
8282
"display": "inline-block",
8383
"border-collapse": "separate",
84-
"border-spacing": 0,
84+
"border-spacing": 0
8585
},
8686
".mjx-math *": {
8787
display:"inline-block",

0 commit comments

Comments
 (0)