@@ -271,7 +271,7 @@ |
||
271 | 271 | 'sources' => strpos($fact->gedcom(), "\n2 SOUR") !== false ? FunctionsPrintFacts::printFactSources($tree, $fact->gedcom(), 2) : '', |
272 | 272 | 'notes' => strpos($fact->gedcom(), "\n2 NOTE") !== false ? FunctionsPrint::printFactNotes($tree, $fact->gedcom(), 2) : '', |
273 | 273 | 'index' => $n, |
274 | - 'show' => $n === 0 && (bool)$tree->getPreference('EXPAND_NAMES', '1'), |
|
274 | + 'show' => $n === 0 && (bool) $tree->getPreference('EXPAND_NAMES', '1'), |
|
275 | 275 | 'pending_class' => $pending_class, |
276 | 276 | ]); |
277 | 277 | } |