[LON-CAPA-cvs] cvs: loncom /build doc_template.pl

harris41 lon-capa-cvs@mail.lon-capa.org
Tue, 23 Apr 2002 15:28:03 -0000


harris41		Tue Apr 23 11:28:03 2002 EDT

  Modified files:              
    /loncom/build	doc_template.pl 
  Log:
  paragraphing footer
  
  
Index: loncom/build/doc_template.pl
diff -u loncom/build/doc_template.pl:1.4 loncom/build/doc_template.pl:1.5
--- loncom/build/doc_template.pl:1.4	Tue Apr 23 08:18:47 2002
+++ loncom/build/doc_template.pl	Tue Apr 23 11:28:03 2002
@@ -20,7 +20,7 @@
 $d=~/\$(.*?)\$/;
 my $e=$1;
 $e=~s/\S*\s\S*\s+\S*$/ updated by Scott Harrison/;
-my $cvsdate="<font size=\"-2\"><i>CVS $e</i></font>";
+my $cvsdate="<p><font size=\"-2\"><i>CVS $e</i></font></p>";
 $t=~s/\<DATE \/\>/$cvsdate/g;
 $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;
 my $pdfahref="<a href='$1'>";