From: Michal Vaner Date: Sun, 31 Aug 2008 18:18:04 +0000 (+0200) Subject: Discuss link below discussion X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=5342f8673c7aedc4d43f2fad44729e1b1d626b41;p=pciids.git Discuss link below discussion --- diff --git a/PciIds/Html/List.pm b/PciIds/Html/List.pm index 730f876..d244e4f 100644 --- a/PciIds/Html/List.pm +++ b/PciIds/Html/List.pm @@ -59,7 +59,10 @@ sub list( $$$$ ) { print "

".encode( $time )."\n"; print "\n"; } - print "\n" if( $diss ); + if( $diss ) { + print "

Discuss\n"; + print "\n" if( $diss ); + } my $url_prefix = $args->{'full_links'} ? 'http://'.$req->hostname() : ''; unless( $address->leaf() ) { print "

Sub-items

\n";