commit 944e8ad1cece67585c25b787f89f41eba1b88a42
parent 3ca32dc64b3477875709c0a0f5f2ed3ee0b75c40
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