X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/667fc3716d8e2e824df69cf0e4f446b72e5f76d8..ee6729ebef0926a2a8ceb8a96a987797075e46f9:/latin.plp diff --git a/latin.plp b/latin.plp index f9e4718..56f9d03 100644 --- a/latin.plp +++ b/latin.plp @@ -17,13 +17,6 @@ Html({ :> @@ -78,7 +76,9 @@ else { my ($id, $info) = @{$row}; printf '', $id; - say '', $info->{name} // ucfirst $id; + my $th = 'th'; + $th .= sprintf ' title="%s"', $_ for $info->{title} || (); + say "<$th>", $info->{name} // ucfirst $id; my $colspan = 1; my $col = 0;