=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 3.5 retrieving revision 3.6 diff -u -p -r3.5 -r3.6 --- cvsweb/cvsweb.cgi 2000/07/28 19:38:26 3.5 +++ cvsweb/cvsweb.cgi 2000/07/28 21:38:45 3.6 @@ -41,7 +41,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id: cvsweb.cgi,v 3.5 2000/07/28 19:38:26 knu Exp $ +# $Id: cvsweb.cgi,v 3.6 2000/07/28 21:38:45 knu Exp $ # ### @@ -161,7 +161,7 @@ $maycompress =(($ENV{HTTP_ACCEPT_ENCODING} =~ m`gzip` # to hold our state - they will be added (with # their current value) to any link/query string # you construct -@stickyvars = qw(cvsroot hideattic sortby logsort fonly_with_tag); +@stickyvars = qw(cvsroot hideattic sortby logsort f only_with_tag); if (-f $config) { do $config; @@ -2329,7 +2329,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 ""; @@ -2683,7 +2683,7 @@ sub http_header { sub html_header($) { my ($title) = @_; - my $version = '$Revision: 3.5 $'; + my $version = '$Revision: 3.6 $'; http_header(); print <