From 5c3d8b9c28176968a27a9df3b73684cd37050abb Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 8 Sep 2008 22:13:08 +0200 Subject: [PATCH] Main page is / that url is slightly nicer --- PciIds/Html/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.39.5