[LON-CAPA-cvs] cvs: loncom /interface printout.pl

www lon-capa-cvs@mail.lon-capa.org
Fri, 06 Jun 2003 02:29:48 -0000


www		Thu Jun  5 22:29:48 2003 EDT

  Modified files:              
    /loncom/interface	printout.pl 
  Log:
  Oops.
  
  
Index: loncom/interface/printout.pl
diff -u loncom/interface/printout.pl:1.27 loncom/interface/printout.pl:1.28
--- loncom/interface/printout.pl:1.27	Thu Jun  5 22:24:49 2003
+++ loncom/interface/printout.pl	Thu Jun  5 22:29:48 2003
@@ -85,7 +85,7 @@
       my $comma = "dvips -Ppdf -G0 -o $new_name_file";
       system("$comma $name_file 1>/dev/null 2>/dev/null");
       if (-e $new_name_file) {
-	  print "<h1><h1>Successfully created PDF output file (see link below)</h1>\n";
+	  print "<h1>Successfully created PDF output file (see link below)</h1>\n";
 	  $new_name_file =~ m/^(.*)\./;
 	  my $tempo_file = $1.'temporar.ps';
 	  my $name_file = $1.'.pdf';