--- loncom/interface/printout.pl 2004/08/18 18:56:46 1.67 +++ loncom/interface/printout.pl 2004/08/30 20:05:31 1.68 @@ -1,7 +1,7 @@ #!/usr/bin/perl # CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc. # -# $Id: printout.pl,v 1.67 2004/08/18 18:56:46 sakharuk Exp $ +# $Id: printout.pl,v 1.68 2004/08/30 20:05:31 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -406,7 +406,7 @@ foreach $texfile (@texfile) { my @garb = ($texlog,$texaux,$texdvi,$texps); # unlink @garb; unlink $duefile; - print "$link_text"; + print "$link_text - click here to download pdf"; print "\n"; } }