latin: chromacons description in header title
[sheet.git] / latin.plp
index e304a3632f30f62132b5efa53625cdc61fb5dc86..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->{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;
@@ -115,5 +117,7 @@ else {
 :></div>
 
 <script type="text/javascript" src="/latinsample.js"></script>
-<script type="text/javascript"> prependinput(document.getElementById('intro')) </script>
+<script type="text/javascript"><!--
+       prependinput(document.getElementById('intro'));
+//--></script>