mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Revert "Put anchor <a name="dN"></a> for day N's day box."
This reverts commit 398100c6e3.
This commit is contained in:
@@ -917,9 +917,9 @@ sub draw_day_cell
|
||||
$shade = "";
|
||||
}
|
||||
if ($class ne '') {
|
||||
print "<td class=\"$class\"$shade><a id=\"d$day\"></a>\n";
|
||||
print "<td class=\"$class\"$shade>\n";
|
||||
} else {
|
||||
print "<td valign=\"top\" $shade><a id=\"d$day\"></a>\n";
|
||||
print "<td valign=\"top\" $shade>\n";
|
||||
}
|
||||
if ($moons->[$day]) {
|
||||
my $phase = $moons->[$day]->{'phase'};
|
||||
|
||||
Reference in New Issue
Block a user