X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/6e999e79e078ca87e22b3474d532b3d570453661..f213c32b75192ca0f7ffe6ad8ee410d130c00fa5:/latin.plp diff --git a/latin.plp b/latin.plp index 38dc426..6af6647 100644 --- a/latin.plp +++ b/latin.plp @@ -78,7 +78,9 @@ else { my ($id, $info) = @{$row}; printf '', $id; - say '', $info->{title} // ucfirst $id; + my $th = 'th'; + $th .= sprintf ' title="%s"', $_ for $info->{title} || (); + say "<$th>", $info->{name} // ucfirst $id; my $colspan = 1; my $col = 0;