--- loncom/build/doc_template.pl 2002/02/11 06:29:37 1.2 +++ loncom/build/doc_template.pl 2002/02/11 08:02:41 1.3 @@ -18,7 +18,9 @@ $d=~/\(.*?)\<\/title.*?\>/s; my $title=$1; $t=~s/\/$title/g; $d=~/\$(.*?)\$/; -my $cvsdate="<i>CVS: $1</i>"; +my $e=$1; +$e=~s/\S*\s\S*\s+\S*$/ created by Scott Harrison/; +my $cvsdate="<i>CVS: $e</i>"; $t=~s/\<DATE \/\>/$cvsdate/g; $d=~/\<\!\-\- pdfahref (.*?) \-\-\>/; my $pdfahref="<a href='$1'>";