--- loncom/xml/lonxml.pm 2003/04/07 22:28:08 1.247 +++ loncom/xml/lonxml.pm 2003/04/11 16:03:26 1.248 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.247 2003/04/07 22:28:08 albertel Exp $ +# $Id: lonxml.pm,v 1.248 2003/04/11 16:03:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -380,8 +380,11 @@ sub printtokenheader { sub fontsettings() { my $headerstring=''; if (($ENV{'browser.os'} eq 'mac') && (!$ENV{'browser.mathml'})) { - $headerstring.= - ''; + $headerstring.= + ''; + } elsif (!$ENV{'browser.mathml'}) { + $headerstring.= + ''; } return $headerstring; }