From: Michal Vaner Date: Tue, 26 Aug 2008 19:56:11 +0000 (+0200) Subject: Remove and X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=06e6ed6fa2c192b4134b90ae253a7cb43fbb4f3c;p=pciids.git Remove and They are optional and the page size is smaller this way (less traffic, less work for renderer) --- 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"; } }