diff --git a/rem2html/rem2html.in b/rem2html/rem2html.in index 5fc3a108..ee7d908e 100644 --- a/rem2html/rem2html.in +++ b/rem2html/rem2html.in @@ -917,9 +917,9 @@ sub draw_day_cell $shade = ""; } if ($class ne '') { - print "\n"; + print "\n"; } else { - print "\n"; + print "\n"; } if ($moons->[$day]) { my $phase = $moons->[$day]->{'phase'};