--- loncom/interface/lonsimplepage.pm 2006/03/15 19:41:26 1.32 +++ loncom/interface/lonsimplepage.pm 2006/03/16 21:30:00 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.32 2006/03/15 19:41:26 albertel Exp $ +# $Id: lonsimplepage.pm,v 1.33 2006/03/16 21:30:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -55,8 +55,6 @@ sub handler { my $target=$env{'form.grade_target'}; # ------------------------------------------------------------ Print the screen if ($target ne 'tex') { - my $html= - my $html=&Apache::lonxml::xmlbegin(); $r->print(&Apache::lonxml::xmlbegin(). &Apache::loncommon::headtag()); } else {