--- loncom/build/doc_template.pl 2002/04/23 12:18:47 1.4 +++ loncom/build/doc_template.pl 2002/04/23 15:28:03 1.5 @@ -20,7 +20,7 @@ $t=~s/\/$title/g; $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'>";