From 5342f8673c7aedc4d43f2fad44729e1b1d626b41 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Sun, 31 Aug 2008 20:18:04 +0200 Subject: [PATCH] Discuss link below discussion --- PciIds/Html/List.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"; -- 2.39.2