--- loncom/publisher/londiff.pm 2003/02/03 18:03:53 1.11 +++ loncom/publisher/londiff.pm 2003/08/13 15:20:11 1.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show differences between file versions # -# $Id: londiff.pm,v 1.11 2003/02/03 18:03:53 harris41 Exp $ +# $Id: londiff.pm,v 1.12 2003/08/13 15:20:11 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -189,7 +189,7 @@ sub handler { } else { $r->print('

Binary File

'); } - $r->print(''); + $r->print('
Close This Window
'); return OK; }