From: Michal Vaner Date: Sun, 31 Aug 2008 18:08:34 +0000 (+0200) Subject: Mark name and note X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9509a00d8d75e77f754c82c48b6276072d3f6f2c;p=pciids.git Mark name and note --- 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() )} ) {