From 297b0337a5be46a3f8a4efb1004ac6db0dbd38ef Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 31 Aug 2008 18:58:23 +0200 Subject: [PATCH] Print path to a line --- PciIds/Html/List.pm | 2 +- PciIds/Html/Util.pm | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PciIds/Html/List.pm b/PciIds/Html/List.pm index f4fbdb9..c4d4d45 100644 --- a/PciIds/Html/List.pm +++ b/PciIds/Html/List.pm @@ -27,9 +27,9 @@ sub list( $$$$ ) { print "
\n"; print '

'.encode( $id ).'

'; genMenu( $req, $address, $args, $auth, [ [ 'Help', 'help', 'list' ], $address->helpName() ? [ 'ID syntax', 'help', $address->helpName() ] : () ] ); - genPath( $req, $address, 0 ); print "
\n"; print ""; + genPath( $req, $address, 0 ); print htmlDiv( 'name', '

'.encode( $name ) ) if defined( $name ); print htmlDiv( 'note', '

'.encode( $note ) ) if( defined( $note ) ); my $diss = 0; diff --git a/PciIds/Html/Util.pm b/PciIds/Html/Util.pm index 073fa01..5c3b2a4 100644 --- a/PciIds/Html/Util.pm +++ b/PciIds/Html/Util.pm @@ -144,12 +144,12 @@ sub genPath( $$$ ) { } else { $path = []; } - print "

\n"; + print "
\n"; } sub genLocMenu( $$$ ) { -- 2.39.2