From 9918b9a0fe4c8ddb0a78cc4639959b2463c1f4dd Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 29 Oct 2021 22:28:14 +0200 Subject: [PATCH] codec: constant table column widths MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Styling hack assuming ≤10 similar cells regardless of missing data. --- codec.plp | 1 + 1 file changed, 1 insertion(+) diff --git a/codec.plp b/codec.plp index 2e50794..8a5b6a8 100644 --- a/codec.plp +++ b/codec.plp @@ -11,6 +11,7 @@ Html({ '], stylesheet => [qw'light circus dark red'], data => [qw'codec.inc.pl'], + raw => '', }); my $info = do 'codec.inc.pl'; -- 2.30.0