]> mj.ucw.cz Git - pciids.git/commitdiff
Fix /read/ links
authorMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 20:47:41 +0000 (22:47 +0200)
committerMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 20:47:41 +0000 (22:47 +0200)
PciIds/Html/Util.pm

index 7d838084cadd9652dd7524fc20f949e8e4fb80ec..3ddb347768b23b47a010ca45ed8acf3b1c999bee 100644 (file)
@@ -69,7 +69,7 @@ sub genCustomMenu( $$$$ ) {
        if( defined $address ) {
                $url = '/'.$address->get().buildExcept( 'action', $args ).'?action=';
        } else {
-               $url = '/read/?action=';
+               $url = '/?action=';
        }
        print "<ul>\n";
        foreach( @{$list} ) {