@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | $anniversary_facts = $this->calendar_service->getCalendarEvents($ged_year->minimumJulianDay(), $ged_year->maximumJulianDay(), $filterev, $tree, $filterof, $filtersx); |
107 | 107 | } |
108 | 108 | |
109 | - $anniversaries = Collection::make($anniversary_facts) |
|
109 | + $anniversaries = Collection::make($anniversary_facts) |
|
110 | 110 | ->unique() |
111 | 111 | ->sort(static function (Fact $x, Fact $y): int { |
112 | 112 | return $x->date()->minimumJulianDay() <=> $y->date()->minimumJulianDay(); |
@@ -285,7 +285,7 @@ discard block |
||
285 | 285 | $html = ''; |
286 | 286 | |
287 | 287 | foreach ($list as $xref => $facts) { |
288 | - $tmp = Factory::gedcomRecord()->make((string) $xref, $tree); |
|
288 | + $tmp = Factory::gedcomRecord()->make((string) $xref, $tree); |
|
289 | 289 | $html .= $tag1 . '<a href="' . e($tmp->url()) . '">' . $tmp->fullName() . '</a> '; |
290 | 290 | $html .= '<div class="indent">' . $facts . '</div>' . $tag2; |
291 | 291 | } |