--- loncom/interface/loncommon.pm 2008/03/12 02:45:06 1.646 +++ loncom/interface/loncommon.pm 2008/03/20 19:46:44 1.647 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.646 2008/03/12 02:45:06 raeburn Exp $ +# $Id: loncommon.pm,v 1.647 2008/03/20 19:46:44 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5342,10 +5342,7 @@ Inputs: none sub font_settings { my $headerstring=''; - if (($env{'browser.os'} eq 'mac') && (!$env{'browser.mathml'})) { - $headerstring.= - ''; - } elsif (!$env{'browser.mathml'} && $env{'browser.unicode'}) { + if (!$env{'browser.mathml'} && $env{'browser.unicode'}) { $headerstring.= ''; }