From 79c0d176fb6f928b4cf466adfd54785dfa3dd730 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 8 Sep 2008 16:36:35 +0200 Subject: [PATCH] Place caption of No matches page properly --- PciIds/Html/Jump.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.2