From 18325ec6055ddf18ea291a4aaca8e486c7a93f47 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Wed, 29 Dec 2021 19:05:59 +0100 Subject: [PATCH] charset: fix unicode name in cell title Broken in commit v1.11-65-g57d7837d68 (2019-07-03) [charset: silence warning of empty cell arguments]. --- charset.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charset.plp b/charset.plp index ccbf145..119d410 100644 --- a/charset.plp +++ b/charset.plp @@ -349,7 +349,7 @@ for my $row (@request) { $visible->{$glyph}++; } - print '%s', $class, $cell) : '>'; } continue { -- 2.30.0