latin: chromacons description in header title
[sheet.git] / latin.plp
index f9e47189f1811fbfa943702f0ee0c883db98d7b5..6af6647eabb14578580e46f192a9ca4b9504447a 100644 (file)
--- a/latin.plp
+++ b/latin.plp
@@ -78,7 +78,9 @@ else {
                my ($id, $info) = @{$row};
 
                printf '<tr id="%s">', $id;
-               say '<th>', $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;