From 398100c6e399da3fb085ea4d7036a2ccc5929eaf Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Mon, 12 May 2025 09:22:49 -0400 Subject: [PATCH] Put anchor for day N's day box. --- rem2html/rem2html.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'};