Proper implementation of WEEK special.

This commit is contained in:
David F. Skoll
2008-11-14 17:02:51 -05:00
parent e87d33de50
commit 56ebedb9de
3 changed files with 16 additions and 6 deletions

View File

@@ -483,7 +483,7 @@ sub draw_day_cell
my $shade = $shades->[$day];
my $week = '';
if (exists($weeks->{$day})) {
$week = ' (W' . $weeks->{$day} . ')';
$week = ' ' . $weeks->{$day};
}
my $class;
if ($Options{'nostyle'}) {