Fix example MathML file to avoid redundant space problem with IE
This commit is contained in:
parent
b7c76ff0d7
commit
c849a191d9
|
@ -13,11 +13,12 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
When <math><mi>a</mi><mo>≠</mo><mn>0</mn></math>,
|
When <math><mi>a</mi><mo>≠</mo><mn>0</mn></math>,
|
||||||
there are two solutions to <math>
|
there are two solutions to
|
||||||
|
<math>
|
||||||
<mi>a</mi><msup><mi>x</mi><mn>2</mn></msup>
|
<mi>a</mi><msup><mi>x</mi><mn>2</mn></msup>
|
||||||
<mo>+</mo> <mi>b</mi><mi>x</mi>
|
<mo>+</mo> <mi>b</mi><mi>x</mi>
|
||||||
<mo>+</mo> <mi>c</mi> <mo>=</mo> <mn>0</mn>
|
<mo>+</mo> <mi>c</mi> <mo>=</mo> <mn>0</mn></math>
|
||||||
</math> and they are
|
and they are
|
||||||
<math mode="display">
|
<math mode="display">
|
||||||
<mi>x</mi> <mo>=</mo>
|
<mi>x</mi> <mo>=</mo>
|
||||||
<mrow>
|
<mrow>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user