From 963923c9e6c2ea9ba874378f49940a2ed749aab1 Mon Sep 17 00:00:00 2001 From: Michal 'vorner' Vaner Date: Sat, 24 Apr 2010 21:03:44 +0200 Subject: [PATCH] More link fixes in help --- PciIds/Html/Help.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PciIds/Html/Help.pm b/PciIds/Html/Help.pm index 586ed66..de6e5ae 100644 --- a/PciIds/Html/Help.pm +++ b/PciIds/Html/Help.pm @@ -45,6 +45,7 @@ sub getHelp( $$ ) { delete $args->{'help'}; my %repls = ( 'HELP_URL' => $url, 'AC_URL' => setAddrPrefix( $req->uri(), 'mods' ).buildExcept( 'action', $args ).'?action=' ); $repls{'AC_URL'} =~ s#mods/\?#mods/PC/?#; + $repls{'HELP_URL'} =~ s#read/\?#read/PC/?#; while( defined( my $line = ) ) { $line =~ s/\$(\w+_URL)\$/$repls{$1}/g; print $line; -- 2.39.5