X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/3a44f7513defe91c62161807a1ad9a7646155846..e48187f517b4d15cc417c5306a21fa5e40bc9ded:/digraphs.plp diff --git a/digraphs.plp b/digraphs.plp index 6193b97..cec6406 100644 --- a/digraphs.plp +++ b/digraphs.plp @@ -51,7 +51,7 @@ print ''; print qq'' for map {scalar @$_} @chars2; print "\n"; for my $section (qw{thead tfoot}) { - print "<$section>
 "; + print "<$section>
↳"; print '', quote($_) for map {@$_} @chars2; print " \n"; }