--- loncom/html/adm/jsMath/extensions/fbox.js 2006/03/27 19:32:23 1.1 +++ loncom/html/adm/jsMath/extensions/fbox.js 2006/05/17 22:19:32 1.2 @@ -37,14 +37,14 @@ jsMath.Add(jsMath.HTML,{ h -= 2/jsMath.em; // use 2 pixels to compensate for border size w -= 2/jsMath.em; y -= 1/jsMath.em; - if (!c) {c = 'black'}; + if (!c) {c = ''} else {c = ' '+c}; if (pos) {pos = 'absolute;'} else {pos = 'relative; margin-right: '+this.Em(-(w+2/jsMath.em))+'; '} return ''; + + 'border: 1px solid'+c+';" />'; } });