From 9509a00d8d75e77f754c82c48b6276072d3f6f2c Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 31 Aug 2008 20:08:34 +0200 Subject: [PATCH] Mark name and note --- PciIds/Html/List.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PciIds/Html/List.pm b/PciIds/Html/List.pm index c4d4d45..91dc1d7 100644 --- a/PciIds/Html/List.pm +++ b/PciIds/Html/List.pm @@ -30,8 +30,8 @@ sub list( $$$$ ) { print "
\n"; print ""; genPath( $req, $address, 0 ); - print htmlDiv( 'name', '

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

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

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

Note: '.encode( $note ) ) if defined( $note ); my $diss = 0; my $history; foreach $history ( @{$tables->history( $address->get() )} ) { -- 2.39.2