--- loncom/publisher/lonretrieve.pm 2002/05/30 14:08:42 1.18 +++ loncom/publisher/lonretrieve.pm 2002/10/19 06:34:15 1.20 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to retrieve an old version of a file # -# $Id: lonretrieve.pm,v 1.18 2002/05/30 14:08:42 www Exp $ +# $Id: lonretrieve.pm,v 1.20 2002/10/19 06:34:15 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -93,7 +93,7 @@ sub phaseone { $r->print( '  Diffs with Version '.$version.''); } $r->print(''); @@ -112,7 +112,7 @@ sub phaseone { $r->print( '  Diffs with current Version'); } $r->print('

'. @@ -215,8 +215,7 @@ sub handler { $r->print('LON-CAPA Construction Space'); - $r->print( - ''); + $r->print(&Apache::loncommon::bodytag('Retrieve Published Resources')); $r->print('

Retrieve previous versions of '.$fn.'

');