--- loncom/publisher/londiff.pm 2002/05/29 18:23:58 1.8 +++ loncom/publisher/londiff.pm 2002/09/16 13:05:49 1.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show differences between file versions # -# $Id: londiff.pm,v 1.8 2002/05/29 18:23:58 stredwic Exp $ +# $Id: londiff.pm,v 1.9 2002/09/16 13:05:49 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -91,7 +91,7 @@ sub handler { $r->print('LON-CAPA Construction Diffs'); - $r->print(''); + $r->print(&Apache::loncommon::bodytag('Resource Differences')); $r->print('

Compare versions of '.$efn.'

');