]> mj.ucw.cz Git - pciids.git/commitdiff
Mark name and note
authorMichal Vaner <vorner@ucw.cz>
Sun, 31 Aug 2008 18:08:34 +0000 (20:08 +0200)
committerMichal Vaner <vorner@ucw.cz>
Sun, 31 Aug 2008 18:08:34 +0000 (20:08 +0200)
PciIds/Html/List.pm

index c4d4d4580ee8c201730ce4bcd1c437c7e1661271..91dc1d73b1821ec33f346195022bc7810066b81c 100644 (file)
@@ -30,8 +30,8 @@ sub list( $$$$ ) {
        print "<div class='clear'></div>\n";
        print "</div\n>";
        genPath( $req, $address, 0 );
-       print htmlDiv( 'name', '<p>'.encode( $name ) ) if defined( $name );
-       print htmlDiv( 'note', '<p>'.encode( $note ) ) if( defined( $note ) );
+       print htmlDiv( 'name', '<p>Name: '.encode( $name ) ) if defined( $name );
+       print htmlDiv( 'note', '<p>Note: '.encode( $note ) ) if defined( $note );
        my $diss = 0;
        my $history;
        foreach $history ( @{$tables->history( $address->get() )} ) {