From: Michal Vaner Date: Mon, 8 Sep 2008 14:36:35 +0000 (+0200) Subject: Place caption of No matches page properly X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=79c0d176fb6f928b4cf466adfd54785dfa3dd730;p=pciids.git Place caption of No matches page properly --- diff --git a/PciIds/Html/Jump.pm b/PciIds/Html/Jump.pm index a693d56..0e37bc5 100644 --- a/PciIds/Html/Jump.pm +++ b/PciIds/Html/Jump.pm @@ -103,8 +103,8 @@ sub jump( $$$$ ) { } genHtmlHead( $req, 'No matches', undef ); print "
\n"; - print '

No matches

'; genMenu( $req, $address, $args, $auth, [ [ 'Help', 'help', 'jump' ] ] ); + print '

No matches

'; print "
\n"; print ""; genPath( $req, $address, 1 );