--- loncom/interface/loncommon.pm 2007/10/09 17:33:57 1.591 +++ loncom/interface/loncommon.pm 2007/10/18 21:57:59 1.593 @@ -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.593 2007/10/18 21:57:59 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4129,7 +4129,7 @@ table.thinborder tr td { form, .inline { display: inline; } .center { text-align: center; } -.LC_filename {font-family: $mono;} +.LC_filename {font-family: $mono; white-space:pre;} .LC_error { color: red; font-size: larger; @@ -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=''