Skip to content

Commit 207e465

Browse files
committed
Quote the researved word 'float'
1 parent 42eb6fc commit 207e465

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

unpacked/jax/output/CommonHTML/jax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@
199199
".mjx-test-inline .mjx-left-box": {
200200
display: "inline-block",
201201
width: 0,
202-
float:"left"
202+
"float":"left"
203203
},
204204
".mjx-test-inline .mjx-right-box": {
205205
display: "inline-block",
206206
width: 0,
207-
float:"right"
207+
"float":"right"
208208
},
209209
".mjx-test-display .mjx-right-box": {
210210
display: "table-cell!important",

unpacked/jax/output/HTML-CSS/jax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,12 +374,12 @@
374374
".mjx-test-inline .MathJax_left_box": {
375375
display: "inline-block",
376376
width: 0,
377-
float:"left"
377+
"float":"left"
378378
},
379379
".mjx-test-inline .MathJax_right_box": {
380380
display: "inline-block",
381381
width: 0,
382-
float:"right"
382+
"float":"right"
383383
},
384384
".mjx-test-display .MathJax_right_box": {
385385
display: (oldIE ? "block" : "table-cell") + "!important",

unpacked/jax/output/SVG/jax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@
135135
".mjx-test-inline .MathJax_SVG_left_box": {
136136
display: "inline-block",
137137
width: 0,
138-
float:"left"
138+
"float":"left"
139139
},
140140
".mjx-test-inline .MathJax_SVG_right_box": {
141141
display: "inline-block",
142142
width: 0,
143-
float:"right"
143+
"float":"right"
144144
},
145145
".mjx-test-display .MathJax_SVG_right_box": {
146146
display: "table-cell!important",

0 commit comments

Comments
 (0)