From: Mischa POSLAWSKY Date: Thu, 18 Jun 2015 23:28:55 +0000 (+0200) Subject: sc: subunit category in header cells (like parent) X-Git-Tag: v1.8~145 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/16f2a98583d7b012ef0b488dac24a5dc99b161c1?ds=sidebyside sc: subunit category in header cells (like parent) Prefer for consistency, even though empty cells look the same in current styles. --- 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), ); }