--- loncom/xml/lonxml.pm 2003/06/10 18:17:03 1.262 +++ loncom/xml/lonxml.pm 2003/06/16 21:32:43 1.264 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.262 2003/06/10 18:17:03 matthew Exp $ +# $Id: lonxml.pm,v 1.264 2003/06/16 21:32:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -386,7 +386,7 @@ sub fontsettings() { if (($ENV{'browser.os'} eq 'mac') && (!$ENV{'browser.mathml'})) { $headerstring.= ''; - } elsif (!$ENV{'browser.mathml'}) { + } elsif (!$ENV{'browser.mathml'} && $ENV{'browser.unicode'}) { $headerstring.= ''; } @@ -1249,6 +1249,10 @@ ENDNOTFOUND if ($ENV{'form.attemptclean'}) { $filecontents=&htmlclean($filecontents,1); } +# +# we are in construction space, see if edit mode forced + &Apache::loncommon::get_unprocessed_cgi + ($ENV{'QUERY_STRING'},['editmode']); } if (!$ENV{'form.editmode'} || $ENV{'form.viewmode'}) { $result = &Apache::lonxml::xmlparse($request,$target,$filecontents,