Force actiontype to be output even when equal to the default

This commit is contained in:
Davide P. Cervone 2014-12-28 19:03:24 -05:00
parent 519ff32aae
commit 0c2107dc75

View File

@ -219,12 +219,14 @@ MathJax.ElementJax.mml.Augment({
},
copyAttributes: {
displaystyle:1, scriptlevel:1, open:1, close:1, form:1,
actiontype: 1,
fontfamily:true, fontsize:true, fontweight:true, fontstyle:true,
color:true, background:true,
id:true, "class":1, href:true, style:true
},
copyAttributeNames: [
"displaystyle", "scriptlevel", "open", "close", "form", // force these to be copied
"actiontype",
"fontfamily", "fontsize", "fontweight", "fontstyle",
"color", "background",
"id", "class", "href", "style"