charset: fix unicode name in cell title
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 29 Dec 2021 18:05:59 +0000 (19:05 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 7 Feb 2022 17:42:33 +0000 (18:42 +0100)
Broken in commit v1.11-65-g57d7837d68 (2019-07-03)
[charset: silence warning of empty cell arguments].

charset.plp

index ccbf145cf6ce28e674fa2e440209321309011089..119d4100f82a06dd1482ac467b499d9ad407fb7a 100644 (file)
@@ -349,7 +349,7 @@ for my $row (@request) {
                                $visible->{$glyph}++;
                        }
 
-                       print '<td title="%s"', $name;
+                       printf '<td title="%s"', $name;
                        say $class ? sprintf(' class="X %s">%s', $class, $cell) : '>';
                }
                continue {