--- loncom/interface/lonsimplepage.pm 2006/07/20 15:03:01 1.46 +++ loncom/interface/lonsimplepage.pm 2006/08/16 19:40:46 1.47 @@ -1,7 +1,7 @@ # The LearningOnline Network # Simple Page Editor # -# $Id: lonsimplepage.pm,v 1.46 2006/07/20 15:03:01 raeburn Exp $ +# $Id: lonsimplepage.pm,v 1.47 2006/08/16 19:40:46 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -38,6 +38,7 @@ use Apache::lonlocal; use Apache::lonprintout; use Apache::lonxml; use Apache::longroup; +use HTML::Entities(); use LONCAPA; sub handler { @@ -285,7 +286,7 @@ sub handler { if ($env{'form.grade_target'} ne 'tex') { $r->print( '
Title
'); } else { my $safeinit; @@ -311,7 +312,7 @@ sub handler { if ($allowed) { if ($target ne 'tex') { $r->print('
'); } else { my $safeinit;