From 492f378ff87a0826f71a9fdb15e6de6946b15e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Wang?= Date: Wed, 6 Feb 2013 23:02:01 +0100 Subject: [PATCH] Enable the mlabeledtr workaround for Opera --- unpacked/jax/output/NativeMML/jax.js | 1 + 1 file changed, 1 insertion(+) diff --git a/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js index bdba96918..bd43350cc 100644 --- a/unpacked/jax/output/NativeMML/jax.js +++ b/unpacked/jax/output/NativeMML/jax.js @@ -955,6 +955,7 @@ }, Opera: function (browser) { nMML.operaPositionBug = true; + nMML.TableLabelBug = true; }, Firefox: function (browser) { nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // not implemented