charset: display latin1 parents again
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 21 Apr 2017 17:42:59 +0000 (19:42 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 25 May 2017 20:10:23 +0000 (22:10 +0200)
Previously excluded due to common fallback, but hides deliberate parentage
with current inheritance.

charset.plp

index 4e25ef1edd432bf203127f7ecc9ed52fd2c4acba..bd90f899ab6556527c6331085b32dc192101993a 100644 (file)
@@ -419,7 +419,7 @@ for my $row (@request) {
        printf '<div class="section"><table class="glyphs%s">', !$row->{cell} && ' charmap';
        my $title = $row->{set};
        $title .= " <aside>(over $_)</aside>"
-               for grep { $_ ne 'iso-8859-1' } $row->{parent} // ();
+               for $row->{parent} || ();
        printf '<caption>%s</caption>', $title;
        print '<col>' x ($cols + 1);
        for my $section (qw{thead}) {