--- loncom/publisher/loncfile.pm 2003/06/19 21:04:37 1.32 +++ loncom/publisher/loncfile.pm 2003/06/20 15:30:13 1.33 @@ -9,7 +9,7 @@ # and displays a page showing the results of the action. # # -# $Id: loncfile.pm,v 1.32 2003/06/19 21:04:37 albertel Exp $ +# $Id: loncfile.pm,v 1.33 2003/06/20 15:30:13 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -92,6 +92,7 @@ use Apache::Constants qw(:common :http : use Apache::loncacc; use Apache::Log (); use Apache::lonnet; +use Apache::loncommon(); my $DEBUG=0; my $r; # Needs to be global for some stuff RF. @@ -1282,8 +1283,7 @@ sub handler { $r->print('LON-CAPA Construction Space'); - $r->print( - ''); + $r->print(&Apache::loncommon::bodytag('File Operation')); $r->print('

Construction Space '.$fn.'

');