diff --git a/unpacked/extensions/MathML/mml3.js b/unpacked/extensions/MathML/mml3.js
index ac6fac035..575953eea 100644
--- a/unpacked/extensions/MathML/mml3.js
+++ b/unpacked/extensions/MathML/mml3.js
@@ -3,7 +3,7 @@
* MathJax/extensions/MathML/mml3.js
*
* This file implements an XSLT transform to convert some MathML 3
- * constructs to constructs MathJax can bit render. The transform is
+ * constructs to constructs MathJax can render. The transform is
* performed in a pre-filter for the MathML input jax, so that the
* Show Math As menu will still show the Original MathML correctly,
* but the transformed MathML can be obtained from the regular MathML menu.
@@ -15,24 +15,24 @@
* }
*
* in your configuration.
- *
+ *
* A portion of this file is taken from mml3mj.xsl which is
- * Copyright (c) David Carlisle 2008-2014
+ * Copyright (c) David Carlisle 2008-2015
* and is used by permission of David Carlisle, who has agreed to allow us
* to release it under the Apache2 license (see below). That portion is
* indicated via comments.
- *
+ *
* The remainder falls under the copyright that follows.
* ---------------------------------------------------------------------
*
* Copyright (c) 2013-2015 The MathJax Consortium
- *
+ *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,7 +42,7 @@
MathJax.Extension["MathML/mml3"] = {
- version: "2.5.0"
+ version: "2.5.1"
};
MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {
@@ -74,11 +74,11 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {
/*
* The following is taken from mml3mj.xsl
* (https://web-xslt.googlecode.com/svn/trunk/ctop/mml3mj.xsl)
- * which is Copyright (c) David Carlisle 2008-2014.
+ * which is Copyright (c) David Carlisle 2008-2015.
* It is used by permission of David Carlisle, who has agreed to allow it to
* be released under the Apache License, Version 2.0.
*/
- var mml3Stylesheet = ' this[\'node-set\'] = function (x) { return x; })(][}{)(][}{\)(}{><∋∈top right
0decimalpoint
decimalpoint.decimalpoint*0.1em0.15em0.2em0.15em0)(/\\:=top)';
+ var mml3Stylesheet = ' this[\'node-set\'] = function (x) { return x; })(][}{)(][}{\)(}{><∋∈top right
0decimalpoint
decimalpoint.decimalpoint*0.1em0.15em0.2em0.15em0)(/\\:=top)';
/*
* End of mml3mj.xsl material.
*/