www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 932ac5b2427652e9167843a0eaedf95edc0ec1e0
parent 1cf685a3a2709f6a340dc71caf4d20db0ab55b92
Author: Frédéric Wang <fred.wang@free.fr>
Date:   Mon,  5 Aug 2013 18:20:58 +0200

Remove the space for the key of "Content MathML".

Diffstat:
Munpacked/config/default.js | 2+-
Munpacked/extensions/MathMenu.js | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/unpacked/config/default.js b/unpacked/config/default.js @@ -972,7 +972,7 @@ MathJax.Hub.Config({ "TeX": ["TeX", "LaTeX", "application/x-tex"], "StarMath": ["StarMath 5.0"], "Maple": ["Maple"], - "Content MathML": ["MathML-Content", "application/mathml-content+xml"], + "ContentMathML": ["MathML-Content", "application/mathml-content+xml"], "OpenMath": ["OpenMath"] }, diff --git a/unpacked/extensions/MathMenu.js b/unpacked/extensions/MathMenu.js @@ -62,7 +62,7 @@ "TeX": ["TeX", "LaTeX", "application/x-tex"], "StarMath": ["StarMath 5.0"], "Maple": ["Maple"], - "Content MathML": ["MathML-Content", "application/mathml-content+xml"], + "ContentMathML": ["MathML-Content", "application/mathml-content+xml"], "OpenMath": ["OpenMath"] },