From: Mischa POSLAWSKY Date: Fri, 21 Apr 2017 17:42:59 +0000 (+0200) Subject: charset: display latin1 parents again X-Git-Tag: v1.10~114 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/faacc1d69382e64f81e3f28f502448d5ab9d02bb charset: display latin1 parents again Previously excluded due to common fallback, but hides deliberate parentage with current inheritance. --- diff --git a/charset.plp b/charset.plp index 4e25ef1..bd90f89 100644 --- a/charset.plp +++ b/charset.plp @@ -419,7 +419,7 @@ for my $row (@request) { printf '
', !$row->{cell} && ' charmap'; my $title = $row->{set}; $title .= " " - for grep { $_ ne 'iso-8859-1' } $row->{parent} // (); + for $row->{parent} || (); printf '', $title; print '' x ($cols + 1); for my $section (qw{thead}) {
%s