--- loncom/publisher/lonpublisher.pm 2003/08/13 18:41:59 1.128 +++ loncom/publisher/lonpublisher.pm 2003/08/14 13:48:34 1.129 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Publication Handler # -# $Id: lonpublisher.pm,v 1.128 2003/08/13 18:41:59 www Exp $ +# $Id: lonpublisher.pm,v 1.129 2003/08/14 13:48:34 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1754,11 +1754,15 @@ unless ($ENV{'form.phase'} eq 'two') { $thisfn=~/\.(\w+)$/; my $thistype=$1; my $thisembstyle=&Apache::loncommon::fileembstyle($thistype); - $r->print('

Publishing '. - &Apache::loncommon::filedescription($thistype).' '. - ''.$thisdisfn. - '

Target: '.$thisdistarget.'
'); + &Apache::loncommon::filedescription($thistype).' '); + + $r->print(< +$thisdisfn +ENDCAPTION + $r->print( + 'Target: '.$thisdistarget.'
'); if (($cuname ne $ENV{'user.name'}) || ($cudom ne $ENV{'user.domain'})) { $r->print('

Co-Author: '.$cuname.' at '.$cudom. @@ -1766,9 +1770,10 @@ unless ($ENV{'form.phase'} eq 'two') { } if (&Apache::loncommon::fileembstyle($thistype) eq 'ssi') { - $r->print('
Diffs with Current Version
'); + $r->print(< +Diffs with Current Version
+ENDDIFF } # ------------------ Publishing from $thisfn to $thistarget with $thisembstyle.