=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 3.28 retrieving revision 3.29 diff -u -p -r3.28 -r3.29 --- cvsweb/cvsweb.cgi 2000/09/30 18:27:16 3.28 +++ cvsweb/cvsweb.cgi 2000/09/30 18:48:16 3.29 @@ -43,7 +43,7 @@ # SUCH DAMAGE. # # $zId: cvsweb.cgi,v 1.103 2000/09/20 17:02:29 jumager Exp $ -# $Id: cvsweb.cgi,v 3.28 2000/09/30 18:27:16 knu Exp $ +# $Id: cvsweb.cgi,v 3.29 2000/09/30 18:48:16 knu Exp $ # ### @@ -1155,7 +1155,7 @@ sub doAnnotate($$) { # the public domain. # we could abandon the use of rlog, rcsdiff and co using # the cvsserver in a similiar way one day (..after rewrite) - $pid = open2($reader, $writer, "cvs server") || fatal ("500 Internal Error", + $pid = open2($reader, $writer, "cvs -Rl server") || fatal ("500 Internal Error", "Fatal Error - unable to open cvs for annotation"); # OK, first send the request to the server. A simplified example is: @@ -2478,7 +2478,7 @@ sub navigateHeader($$$$$) { $swhere = urlencode($filename) if ($swhere eq ""); print "<\!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">"; print "\n\n"; - print ''; + print ''; print "\n$path$filename - $title - $rev\n"; print "$body_tag_for_src\n"; print ""; @@ -2833,7 +2833,7 @@ sub http_header(;$) { sub html_header($) { my ($title) = @_; - my $version = '$zRevision: 1.103 $ $Revision: 3.28 $'; #' + my $version = '$zRevision: 1.103 $ $Revision: 3.29 $'; #' http_header(); print <