From 06e6ed6fa2c192b4134b90ae253a7cb43fbb4f3c Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Tue, 26 Aug 2008 21:56:11 +0200 Subject: [PATCH] Remove and They are optional and the page size is smaller this way (less traffic, less work for renderer) --- PciIds/Html/Format.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PciIds/Html/Format.pm b/PciIds/Html/Format.pm index 1544d20..b9b3c4a 100644 --- a/PciIds/Html/Format.pm +++ b/PciIds/Html/Format.pm @@ -27,9 +27,9 @@ sub htmlFormatTable( $$$$$$ ) { } my $data = &{$func}( $line->[ $i ] ); $data = "" unless( defined( $data ) ); - print $header.$data.''; + print $header.$data; } - print "\n"; + print "\n"; } } -- 2.39.2