--- loncom/publisher/lonpublisher.pm 2005/06/27 21:40:39 1.199 +++ loncom/publisher/lonpublisher.pm 2005/06/29 17:46:20 1.200 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.199 2005/06/27 21:40:39 www Exp $ +# $Id: lonpublisher.pm,v 1.200 2005/06/29 17:46:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2067,6 +2067,7 @@ sub handler { $thisfn=~/\.(\w+)$/; my $thistype=$1; my $thisembstyle=&Apache::loncommon::fileembstyle($thistype); + if ($thistype eq 'page') { $thisembstyle = 'rat'; } $r->print('

'.&mt('Publishing').' '. &Apache::loncommon::filedescription($thistype).' ');