Index: jsmath/web/extensions/bbox.js =================================================================== RCS file: /usr/local/cvsroot/jsmath/web/extensions/bbox.js,v diff -u -r1.1 -r1.2 --- jsmath/web/extensions/bbox.js 11 Sep 2006 05:42:06 -0000 1.1 +++ jsmath/web/extensions/bbox.js 22 Jun 2007 07:31:20 -0000 1.2 @@ -74,8 +74,8 @@ for (var i in parts) { if (parts[i].match(/^\s*([-+]?(\.\d+|\d+(\.\d*)?))(pt|em|ex|mu|px)\s*$/)) {pad = this.ParseDimen(parts[i],'',0,1)} - else if (parts[i].match(/:/)) {style = parts[i]} - else {color = parts[i]} + else if (parts[i].match(/:/)) {style = parts[i]} + else {color = parts[i]} } } var box = jsMath.Box.Set(arg,this.mlist.data.style,this.mlist.data.size,1).Remeasured();