X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e243ba6955889ecb639cd547e1420520527b9d3e..a0f942a8498d6f1574c57c5943a7d21eb9634898:/latin.plp diff --git a/latin.plp b/latin.plp index cab913e..c9c59ad 100644 --- a/latin.plp +++ b/latin.plp @@ -98,7 +98,7 @@ Html({

Latin alphabet

-

Variant encodings of the common ASCII (latin, roman, +

Variant encodings of the common ASCII (latin, roman, or 'mercan) letters A–Z. Also see related alphabets and font comparison.

@@ -119,7 +119,9 @@ else { printf '', (lc $title) =~ s/<[^>]+>//gr =~ s/\s+/-/gr; say '', $title; my $colspan = 1; + my $col = 0; for (@{$cells}) { + $col++; if ($_ eq '>') { $colspan++; next; @@ -129,6 +131,7 @@ else { print " colspan=$colspan"; $colspan = 1; } + print ' hidden' if $col > 26; # sample only print ' class=', $_ ? 'ex' : 'u-invalid' if s/^-//; print '>'; say; @@ -139,45 +142,6 @@ else { :> - + -