From 6a14ae5e86b4a715ecc259c9317f4725c01afd02 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Tue, 22 Jun 2010 05:55:53 +0000 Subject: [PATCH] Update whitelist of MathML elements git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1613 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/svgcanvas.js | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/svgcanvas.js b/editor/svgcanvas.js index 5c367445..b4b9cee5 100644 --- a/editor/svgcanvas.js +++ b/editor/svgcanvas.js @@ -135,6 +135,7 @@ var isOpera = !!window.opera, "annotation-xml": ["encoding"], "maction": ["actiontype", "other", "selection"], "math": ["class", "id", "display", "xmlns"], + "menclose": ["notation"], "merror": [], "mfrac": ["linethickness"], "mi": ["mathvariant"],