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