--- loncom/publisher/londiff.pm 2003/12/10 15:42:49 1.13 +++ loncom/publisher/londiff.pm 2003/12/10 16:05:43 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show differences between file versions # -# $Id: londiff.pm,v 1.13 2003/12/10 15:42:49 sakharuk Exp $ +# $Id: londiff.pm,v 1.14 2003/12/10 16:05:43 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -91,12 +91,12 @@ sub handler { my @f1=(); my @f2=(); - $r->content_type('text/html'); + &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; $r->print('LON-CAPA Construction Diffs'); - $r->print(&Apache::loncommon::bodytag(&mt('Resource Differences'))); + $r->print(&Apache::loncommon::bodytag('Resource Differences')); $r->print('

'.&mt('Compare versions of').' '.$efn.'

');