=================================================================== RCS file: /cvs/cvsweb/cvsweb.cgi,v retrieving revision 4.4 retrieving revision 4.6 diff -u -p -r4.4 -r4.6 --- cvsweb/cvsweb.cgi 2019/11/09 09:19:27 4.4 +++ cvsweb/cvsweb.cgi 2019/11/09 09:27:22 4.6 @@ -1,5 +1,5 @@ -#!/usr/bin/perl -T -# $Id: cvsweb.cgi,v 4.4 2019/11/09 09:19:27 schwarze Exp $ +#!/usr/bin/perl +# $Id: cvsweb.cgi,v 4.6 2019/11/09 09:27:22 schwarze Exp $ # $knu: cvsweb.cgi,v 1.299 2010/11/13 16:37:18 simon # # cvsweb - a CGI interface to CVS trees. @@ -50,7 +50,6 @@ require 5.006; use strict; - use warnings; use filetest qw(access); @@ -1541,7 +1540,7 @@ sub htmlify($;$) }{ my($text, $name, $section) = ($1, $2, defined($3) ? $3 : $4); ($name =~ /[A-Za-z]/ && $name !~ /\.(:|$)/) - ? &link($text, sprintf($mancgi, $section, uri_escape($name))) + ? &link($text, sprintf($mancgi, uri_escape($name), $section)) : $text; }egx; } $_;