commit cd5a06d34710142800f46894b6d571ba4d3de598
parent b33ed4c54bacab96aae45e2f78ae20046f27bbad
Author: Davide P. Cervone <dpvc@union.edu>
Date: Tue, 19 Aug 2014 13:39:21 -0400
Forgot to do the corresponding change in SVG output. Issue #891.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/SVG/autoload/mtable.js b/unpacked/jax/output/SVG/autoload/mtable.js
@@ -164,7 +164,7 @@ MathJax.Hub.Register.StartupHook("SVG Jax Ready",function () {
var Y, fY, n = "";
if (typeof(values.align) !== "string") {values.align = String(values.align)}
if (values.align.match(/(top|bottom|center|baseline|axis)( +(-?\d+))?/))
- {n = RegExp.$3; values.align = RegExp.$1} else {values.align = this.defaults.align}
+ {n = RegExp.$3||""; values.align = RegExp.$1} else {values.align = this.defaults.align}
if (n !== "") {
//
// Find the height of the given row