X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=PciIds%2FHtml%2FList.pm;h=b2f3df058e57f9050306c5c4643baf68133236c5;hb=d2935a5e76ef0e5a2f3a15e80b2649a2913581e5;hp=6eeb6b270d012bf07f8a21c85cf557d419b7b26b;hpb=22d30e31e16547dc36bd91a4fc7675e757b62b2e;p=pciids.git diff --git a/PciIds/Html/List.pm b/PciIds/Html/List.pm index 6eeb6b2..b2f3df0 100644 --- a/PciIds/Html/List.pm +++ b/PciIds/Html/List.pm @@ -43,7 +43,7 @@ sub list( $$$$ ) { my $id = $address->top()->pretty(); genHtmlHead( $req, $id, "\n" ); print "
\n"; - genMenu( $req, $address, $args, $auth, [ [ 'Help', 'help', 'list' ], $address->helpName() ? [ 'ID syntax', 'help', $address->helpName() ] : (), [ '', 'jump' ] ] ); + genMenu( $req, $address, $args, $auth, [ [ 'Help', 'help', 'list' ], $address->helpName() ? [ 'ID syntax', 'help', $address->helpName() ] : () ] ); print '

The PCI ID Repository

The home of the pci.ids file

'; print "
\n"; genPath( $req, $address, 0 ); @@ -96,7 +96,7 @@ sub list( $$$$ ) { genTableTail(); print "

Add item\n"; } - genHtmlTail(); + genHtmlFooter( 1, $req, $args ); return OK; }