chars: rename $html parameter from glyph_info method
[sheet.git] / font.plp
index fd5501707e91f53d8f77f6981581161c780b448b..82aa0c39dd0411c700c49bc95b059bc64d4c297c 100644 (file)
--- a/font.plp
+++ b/font.plp
@@ -107,7 +107,7 @@ EOT
                say sprintf '<tr><th>%X', $cp if $colpos++ % $pagecols == 0;
 
                my $info = $glyphs->glyph_info($cp);
-               my ($class, $name, $mnem, $html, $string) = @{$info};
+               my ($class, $name, $mnem, $entity, $string) = @{$info};
                my $np = $class =~ /\bC\S\b/;  # noprint if control or invalid
                # display literal character, with placeholder circle if non-spacing/enclosing
                my $html = ($class =~ /\bM[ne]\b/ && chr 9676) . EscapeHTML(chr $cp);