]> mj.ucw.cz Git - pciids.git/commitdiff
Fix notification links
authorMichal Vaner <vorner@ucw.cz>
Thu, 9 Oct 2008 20:40:08 +0000 (22:40 +0200)
committerMichal Vaner <vorner@ucw.cz>
Thu, 9 Oct 2008 20:40:08 +0000 (22:40 +0200)
PciIds/Html/Notifications.pm

index f8eb304799e9ae9fc81af7a77a394fabee745474..9aa18260709de7707925d9a93327d7e927dc048c 100644 (file)
@@ -60,7 +60,7 @@ sub genNotifForm( $$$$$$ ) {
                print "<div class='navigation'><h2>All notifications</h2><ul>\n";
                foreach( @{$notifs} ) {
                        my( $location ) = @{$_};
-                       print "<li><a href='/$location".buildArgs( $args )."'>".PciIds::Address::new( $location )->pretty()."</a>\n";
+                       print "<li><a href='/mods/$location".buildArgs( $args )."'>".PciIds::Address::new( $location )->pretty()."</a>\n";
                }
                print "</ul></div>\n";
        }