=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 1.1.1.16 retrieving revision 1.1.1.17 diff -u -p -r1.1.1.16 -r1.1.1.17 --- cvsweb/cvsweb.cgi 2000/12/28 18:37:25 1.1.1.16 +++ cvsweb/cvsweb.cgi 2000/12/29 09:20:45 1.1.1.17 @@ -43,7 +43,7 @@ # SUCH DAMAGE. # # $zId: cvsweb.cgi,v 1.104 2000/11/01 22:05:12 hnordstrom Exp $ -# $kId: cvsweb.cgi,v 1.47 2000/12/28 18:07:20 knu Exp $ +# $kId: cvsweb.cgi,v 1.49 2000/12/29 09:12:15 knu Exp $ # ### @@ -122,6 +122,7 @@ sub toggleQuery($$); sub urlencode($); sub htmlquote($); sub htmlunquote($); +sub hrefquote($); sub http_header(;$); sub html_header($); sub html_footer(); @@ -278,7 +279,7 @@ $maycompress = (((defined($ENV{HTTP_ACCEPT_ENCODING}) @stickyvars = qw(cvsroot hideattic sortby logsort f only_with_tag); if (-f $config) { - do $config + require $config || &fatal("500 Internal Error", sprintf('Error in loading configuration file: %s

%s
', $config, &htmlify($@))); @@ -418,7 +419,7 @@ my $config_cvstree = "$config-$cvstree"; # Do some special configuration for cvstrees if (-f $config_cvstree) { - do $config_cvstree + require $config_cvstree || &fatal("500 Internal Error", sprintf('Error in loading configuration file: %s

%s
', $config_cvstree, &htmlify($@))); @@ -2717,7 +2718,7 @@ sub navigateHeader($$$$$) { print qq``; print "\n\n"; print qq`\n`; - print ''; + print ''; print "\n$path$filename - $title - $rev\n"; print "$body_tag_for_src\n"; print ""; @@ -3107,7 +3108,7 @@ sub http_header(;$) { sub html_header($) { my ($title) = @_; - my $version = '$zRevision: 1.104 $ $kRevision: 1.47 $'; #' + my $version = '$zRevision: 1.104 $ $kRevision: 1.49 $'; #' http_header(defined($charset) ? "text/html; charset=$charset" : "text/html"); print <