X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/b72093417bc56491451ccee26c93f3e5c73c97eb..5464db21077f6af072bd770f6cb6e907eb48b73d:/writing.plp diff --git a/writing.plp b/writing.plp index da267d0..d71dba4 100644 --- a/writing.plp +++ b/writing.plp @@ -43,7 +43,7 @@ for ( printf "

Table data not found: %s.

\n", $! || $@; next; } - $glyphs->print($title => \@table); + $glyphs->print($title => [ map { @$_ } grep { ref $_ eq 'ARRAY' } @table ]); } :>