X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=PciIds%2FHtml%2FHelp.pm;h=90966644a179b63fd667a458907532b6a22e0c10;hb=56225dff5ab7bb300e6080938be559f2e752546a;hp=5d0833425f853ae01c880f3cbea06f5d0c111418;hpb=32d33305cf86691a4390dfc1538473cd4f94f75b;p=pciids.git diff --git a/PciIds/Html/Help.pm b/PciIds/Html/Help.pm index 5d08334..9096664 100644 --- a/PciIds/Html/Help.pm +++ b/PciIds/Html/Help.pm @@ -38,7 +38,7 @@ sub getHelp( $$ ) { my $addr = PciIds::Address::new( $req->uri() ); print "
\n"; genMenu( $req, $addr, $args, $auth, [ ( $helpname eq 'index' ) ? () : [ 'Help index', 'help', 'index' ] ] ); - print "

$head

\n"; + print "

$head

The PCI ID Repository

\n"; print "
\n"; genPath( $req, $addr, 1 ); my $url = setAddrPrefix( $req->uri(), 'read' ).buildExcept( 'help', $args ).'?help='; @@ -49,7 +49,7 @@ sub getHelp( $$ ) { print $line; } close HELP; - genHtmlTail(); + genHtmlFooter( 1, $req, $args ); return OK; }