]> mj.ucw.cz Git - pciids.git/commitdiff
Merge branch 'master' of /home/vorner/pciids
authorThe PCI ID Mail Robot <pciids@ucw.cz>
Sat, 24 Apr 2010 19:06:42 +0000 (21:06 +0200)
committerThe PCI ID Mail Robot <pciids@ucw.cz>
Sat, 24 Apr 2010 19:06:42 +0000 (21:06 +0200)
PciIds/Html/Help.pm

index 586ed66914b373fdd0560fb8eb3b99d4ee7e8a6b..de6e5aebdfb0f04df39b52155592fd294b07c4ef 100644 (file)
@@ -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 = <HELP> ) ) {
                $line =~ s/\$(\w+_URL)\$/$repls{$1}/g;
                print $line;