--- loncom/build/doc_template.pl 2002/02/11 08:02:41 1.3
+++ loncom/build/doc_template.pl 2002/04/23 12:18:47 1.4
@@ -19,8 +19,8 @@ my $title=$1;
$t=~s/\
/$title/g;
$d=~/\$(.*?)\$/;
my $e=$1;
-$e=~s/\S*\s\S*\s+\S*$/ created by Scott Harrison/;
-my $cvsdate="CVS: $e";
+$e=~s/\S*\s\S*\s+\S*$/ updated by Scott Harrison/;
+my $cvsdate="CVS $e";
$t=~s/\/$cvsdate/g;
$d=~/\<\!\-\- pdfahref (.*?) \-\-\>/;
my $pdfahref="";