@@ -485,7 +485,7 @@ discard block |
||
485 | 485 | */ |
486 | 486 | private function applyFilter(array $facts, string $filterof, string $filtersx): array |
487 | 487 | { |
488 | - $filtered = []; |
|
488 | + $filtered = []; |
|
489 | 489 | $hundred_years_ago = Carbon::now()->subYears(100)->julianDay(); |
490 | 490 | foreach ($facts as $fact) { |
491 | 491 | $record = $fact->record(); |
@@ -558,7 +558,7 @@ discard block |
||
558 | 558 | $html = ''; |
559 | 559 | |
560 | 560 | foreach ($list as $xref => $facts) { |
561 | - $tmp = GedcomRecord::getInstance((string) $xref, $tree); |
|
561 | + $tmp = GedcomRecord::getInstance((string) $xref, $tree); |
|
562 | 562 | $html .= $tag1 . '<a href="' . e($tmp->url()) . '">' . $tmp->fullName() . '</a> '; |
563 | 563 | $html .= '<div class="indent">' . $facts . '</div>' . $tag2; |
564 | 564 | } |