X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5f257afb85ce61ae765dffad95ce755acb760234..d2757291a8dc92fd2d396ff35dad0d7af8bc2f53:/digits.plp diff --git a/digits.plp b/digits.plp index cfaa6ed..07b4a12 100644 --- a/digits.plp +++ b/digits.plp @@ -41,9 +41,9 @@ die "Table data not found: $_\n" for $@ || $! || (); say $glyphs->tabletag; for my $row (pairs @table) { - my ($id, $cols) = @{$row}; + my ($id, $info) = @{$row}; my $title = $scriptname->{"digits_$id"} || $scriptname->{$id} || $id; - print $glyphs->row([ ".>$title", @{$cols} ]); + print $glyphs->row([ ".>$title", @{$info->{list}} ]); } say '';