From 932ac5b2427652e9167843a0eaedf95edc0ec1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Mon, 5 Aug 2013 18:20:58 +0200 Subject: [PATCH] Remove the space for the key of "Content MathML". --- unpacked/config/default.js | 2 +- unpacked/extensions/MathMenu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unpacked/config/default.js b/unpacked/config/default.js index 13bbfc58b..878efdd38 100644 --- 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 index b5696217b..78fa39161 100644 --- 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"] },