diff --git a/rem2html/rem2html.in b/rem2html/rem2html.in
index 2cbd35c0..2f2176a9 100644
--- a/rem2html/rem2html.in
+++ b/rem2html/rem2html.in
@@ -865,13 +865,13 @@ sub output_calendar
print "\n";
} else {
# For year-at-a-glance calendar, it's just a row
- print '
';
- print '| ' . $Month . " | \n";
+ print '
';
+ print '| ' . $Month . " | \n";
my $cells_drawn = 0;
# Print the blank ones
for (my $i=0; $i<$first_col; $i++) {
- print " | ";
+ print " | ";
$cells_drawn++;
}
@@ -888,9 +888,9 @@ sub output_calendar
# And fill in the remaining ones
while ($cells_drawn < 37) {
if (($cells_drawn % 7) == 6) {
- print " | ";
+ print " | ";
} else {
- print " | ";
+ print " | ";
}
$cells_drawn++;
}
@@ -1083,7 +1083,7 @@ sub draw_day_cell
print "
\n";
} else {
if ($Options{yaag}) {
- print "$day$week
\n";
+ print "$day$week
\n";
} else {
print "$day$week
\n";
}
@@ -1204,7 +1204,7 @@ th.rem-yaag-weekday-header {
vertical-align: top;
}
-td.rem-cal-yaag-blank {
+td.rem-yaag-cal-blank {
height: 7em;
border-style: solid;
border-width: 1px;
@@ -1219,7 +1219,7 @@ th.rem-yaag-end-of-week {
border-right-width: 3;
}
-th.rem-cal-yaag-hdr {
+th.rem-yaag-cal-hdr {
border-style: solid;
border-width: 1px;
vertical-align: top;
@@ -1245,7 +1245,7 @@ div.rem-daynumber {
font-size: 14pt;
}
-div.rem-daynumber-yaag {
+div.rem-yaag-daynumber {
float: right;
text-align: right;
vertical-align: top;