]> mj.ucw.cz Git - pciids.git/commitdiff
Place caption of No matches page properly
authorMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 14:36:35 +0000 (16:36 +0200)
committerMichal Vaner <vorner@ucw.cz>
Mon, 8 Sep 2008 14:36:35 +0000 (16:36 +0200)
PciIds/Html/Jump.pm

index a693d56eac75add0c82b321731ce18747254879b..0e37bc58c3122aa3a151b06f7be68a13307c6509 100644 (file)
@@ -103,8 +103,8 @@ sub jump( $$$$ ) {
        }
        genHtmlHead( $req, 'No matches', undef );
        print "<div class='top'>\n";
-       print '<h1>No matches</h1>';
        genMenu( $req, $address, $args, $auth, [ [ 'Help', 'help', 'jump' ] ] );
+       print '<h1>No matches</h1>';
        print "<div class='clear'></div>\n";
        print "</div\n>";
        genPath( $req, $address, 1 );