X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/c0cc7ea9c5b3a270b1b594a682b0e71b9e500dcf..d22e7febda8720bc38069f7061adb43b98143c48:/latin.plp diff --git a/latin.plp b/latin.plp index 687e082..199a49c 100644 --- a/latin.plp +++ b/latin.plp @@ -2,7 +2,7 @@ Html({ title => 'latin alphabet cheat sheet', - version => '1.3', + version => '1.5', description => [ ], keywords => [qw' @@ -17,13 +17,6 @@ Html({ :> @@ -78,7 +76,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; @@ -115,5 +115,7 @@ else { :> - +