From 16f2a98583d7b012ef0b488dac24a5dc99b161c1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 19 Jun 2015 01:28:55 +0200 Subject: [PATCH] sc: subunit category in header cells (like parent) Prefer for consistency, even though empty cells look the same in current styles. --- sc.plp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc.plp b/sc.plp index 3ebc4f1..3f6b781 100644 --- a/sc.plp +++ b/sc.plp @@ -293,7 +293,7 @@ sub showval { for my $subrow (@{ $_->{special} }) { $subrow->{alt} or next; print( - '', $subrow->{alt}, + '', $subrow->{alt}, showunitcols($subrow), ); } -- 2.30.0