Fix problem with \fbox producing longdiv rather than box

git-svn-id: https://mathjax.svn.sourceforge.net/svnroot/mathjax/trunk@589 b8fd5906-0fad-46e2-a0d3-10d94ff285d1
This commit is contained in:
Davide Cervone 2010-08-23 21:00:12 +00:00
parent c535d157bc
commit c8d615dc26
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1330,7 +1330,7 @@
}, },
FBox: function (name) { FBox: function (name) {
this.Push(MML.menclose.apply(MML,this.InternalMath(this.GetArgument(name)))); this.Push(MML.menclose.apply(MML,this.InternalMath(this.GetArgument(name))).With({notation:"box"}));
}, },
Require: function (name) { Require: function (name) {