--- loncom/interface/loncommon.pm 2007/10/09 17:33:57 1.591 +++ loncom/interface/loncommon.pm 2007/10/11 23:50:55 1.592 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.591 2007/10/09 17:33:57 raeburn Exp $ +# $Id: loncommon.pm,v 1.592 2007/10/11 23:50:55 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5110,7 +5110,9 @@ Inputs: none sub xml_begin { my $output=''; - &Apache::lonhtmlcommon::init_htmlareafields(); + if ($env{'internal.start_page'}==1) { + &Apache::lonhtmlcommon::init_htmlareafields(); + } if ($env{'browser.mathml'}) { $output=''