Diff for /loncom/interface/loncommon.pm between versions 1.971 and 1.972

version 1.971, 2010/07/09 14:40:20 version 1.972, 2010/08/07 19:23:50
Line 6585  Inputs: none Line 6585  Inputs: none
 sub xml_begin {  sub xml_begin {
     my $output='';      my $output='';
   
     if ($env{'internal.start_page'}==1) {  
  &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.971  
changed lines
  Added in v.1.972


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