=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 3.21 retrieving revision 3.22 diff -u -p -r3.21 -r3.22 --- cvsweb/cvsweb.cgi 2000/09/11 17:11:03 3.21 +++ cvsweb/cvsweb.cgi 2000/09/19 18:35:50 3.22 @@ -42,7 +42,7 @@ # SUCH DAMAGE. # # $zId: cvsweb.cgi,v 1.94 2000/08/24 06:41:22 hnordstrom Exp $ -# $Id: cvsweb.cgi,v 3.21 2000/09/11 17:11:03 knu Exp $ +# $Id: cvsweb.cgi,v 3.22 2000/09/19 18:35:50 knu Exp $ # ### @@ -923,7 +923,7 @@ sub spacedHtmlText($;$) { # Cut trailing spaces and tabs s/[ \t]+$//; - if (defined($tabstop)) { + if (defined($ts)) { # Expand tabs 1 while s/\t+/' ' x (length($&) * $ts - length($`) % $ts)/e } @@ -2388,7 +2388,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 "\n"; print ""; @@ -2740,7 +2740,7 @@ sub http_header(;$) { sub html_header($) { my ($title) = @_; - my $version = '$zRevision: 1.94 $ $Revision: 3.21 $'; #' + my $version = '$zRevision: 1.94 $ $Revision: 3.22 $'; #' http_header(); print <