--- loncom/publisher/londiff.pm 2011/11/07 18:28:28 1.33 +++ loncom/publisher/londiff.pm 2011/12/23 14:54:26 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show differences between file versions # -# $Id: londiff.pm,v 1.33 2011/11/07 18:28:28 raeburn Exp $ +# $Id: londiff.pm,v 1.34 2011/12/23 14:54:26 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -229,7 +229,6 @@ sub handler { } else { $r->print('

'.&mt('Binary File').'

'); } - $r->print('
'.&mt('Close This Window').'
'); $r->print(&Apache::loncommon::end_page()); return OK; }