Diff for /loncom/interface/loncommon.pm between versions 1.341 and 1.342

version 1.341, 2006/04/18 20:55:14 version 1.342, 2006/04/18 22:35:41
Line 3143  Inputs: none Line 3143  Inputs: none
 sub xml_begin {  sub xml_begin {
     my $output='';      my $output='';
   
     @Apache::lonxml::htmlareafields=();      &Apache::lonhtmlcommon::init_htmlareafields();
   
     if ($env{'browser.mathml'}) {      if ($env{'browser.mathml'}) {
  $output='<?xml version="1.0"?>'   $output='<?xml version="1.0"?>'
             #.'<?xml-stylesheet type="text/css" href="/adm/MathML/mathml.css"?>'."\n"              #.'<?xml-stylesheet type="text/css" href="/adm/MathML/mathml.css"?>'."\n"

Removed from v.1.341  
changed lines
  Added in v.1.342


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>