diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/functions/functions_print.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print.php b/includes/functions/functions_print.php index 3f5a8baaa8..c49a1b90d9 100644 --- a/includes/functions/functions_print.php +++ b/includes/functions/functions_print.php @@ -38,7 +38,7 @@ use WT\Theme; function print_pedigree_person(WT_Individual $person = null, $style = 1) { global $show_full; - switch ($show_full){ + switch ($show_full) { case 0: if ($person) { echo Theme::theme()->individualBoxSmall($person); |
