@@ -513,7 +513,7 @@ discard block |
||
| 513 | 513 | */ |
| 514 | 514 | private function applyFilter(array $facts, string $filterof, string $filtersx): array |
| 515 | 515 | { |
| 516 | - $filtered = []; |
|
| 516 | + $filtered = []; |
|
| 517 | 517 | $hundred_years_ago = Carbon::now()->subYears(100)->julianDay(); |
| 518 | 518 | foreach ($facts as $fact) { |
| 519 | 519 | $record = $fact->record(); |
@@ -586,7 +586,7 @@ discard block |
||
| 586 | 586 | $html = ''; |
| 587 | 587 | |
| 588 | 588 | foreach ($list as $id => $facts) { |
| 589 | - $tmp = GedcomRecord::getInstance($id, $tree); |
|
| 589 | + $tmp = GedcomRecord::getInstance($id, $tree); |
|
| 590 | 590 | $html .= $tag1 . '<a href="' . e($tmp->url()) . '">' . $tmp->fullName() . '</a> '; |
| 591 | 591 | $html .= '<div class="indent">' . $facts . '</div>' . $tag2; |
| 592 | 592 | } |