From: Michal Vaner Date: Mon, 8 Sep 2008 20:13:08 +0000 (+0200) Subject: Main page is / X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5c3d8b9c28176968a27a9df3b73684cd37050abb;p=pciids.git Main page is / that url is slightly nicer --- diff --git a/PciIds/Html/Util.pm b/PciIds/Html/Util.pm index 608a4f7..7d83808 100644 --- a/PciIds/Html/Util.pm +++ b/PciIds/Html/Util.pm @@ -206,7 +206,7 @@ sub genPathBare( $$$$ ) { sub genPath( $$$ ) { my( $req, $address, $printAddr ) = @_; print "
\n"; - print "

Main"; + print "

Main"; genPathBare( $req, $address, $printAddr, 1 ); print "

\n"; }