From: The PCI ID Mail Robot Date: Sat, 24 Apr 2010 19:06:42 +0000 (+0200) Subject: Merge branch 'master' of /home/vorner/pciids X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7a423ec92f3da3d90993bbc97759fb46058bbe8b;hp=23caaa681bd54ce9eb642a663bbd43e06b9a0c4e;p=pciids.git Merge branch 'master' of /home/vorner/pciids --- 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;