Lange Wörter sind nur solche mit mehr als 60 Buchstaben, nicht 20 wie in der Standard...
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 20 May 2008 09:17:21 +0000 (09:17 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 20 May 2008 09:17:21 +0000 (09:17 +0000)
SL/ReportGenerator.pm

index 0b74f83..2273c2e 100644 (file)
@@ -607,6 +607,7 @@ sub generate_pdf_content {
                 },
                 'column_props'          => \@column_props,
                 'cell_props'            => \@cell_props,
+                'max_word_length'       => 60,
     );
 
   foreach my $page_num (1..$pdf->pages()) {