From e11dbcf52abab090113c81dfc8dc4522068d7616 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Fri, 23 May 2025 07:34:57 -0400 Subject: [PATCH] Revert "Put anchor for day N's day box." This reverts commit 398100c6e399da3fb085ea4d7036a2ccc5929eaf. --- rem2html/rem2html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rem2html/rem2html.in b/rem2html/rem2html.in index ee7d908e..5fc3a108 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'};