diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-08-25 14:18:32 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-08-25 15:51:33 +0100 |
| commit | bd29d468ac3a5ed7a23d7dd8f300504dda83fc72 (patch) | |
| tree | 2fcfd0fbaa034a432a5ecd21e53055a36513ebe5 /resources/views/modules/relatives/family.phtml | |
| parent | 014f48a6f925361a5e17cd737d3123aaf05aa828 (diff) | |
| download | webtrees-bd29d468ac3a5ed7a23d7dd8f300504dda83fc72.tar.gz webtrees-bd29d468ac3a5ed7a23d7dd8f300504dda83fc72.tar.bz2 webtrees-bd29d468ac3a5ed7a23d7dd8f300504dda83fc72.zip | |
CodeStyle
Diffstat (limited to 'resources/views/modules/relatives/family.phtml')
| -rw-r--r-- | resources/views/modules/relatives/family.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/relatives/family.phtml b/resources/views/modules/relatives/family.phtml index 9eea7d85f6..e65810c750 100644 --- a/resources/views/modules/relatives/family.phtml +++ b/resources/views/modules/relatives/family.phtml @@ -188,7 +188,7 @@ use Fisharebest\Webtrees\Services\RelationshipService; <?= view('icons/warning') ?> <?php endif ?> - <?php $months = intdiv($days + 15 , 30); ?> + <?php $months = intdiv($days + 15, 30); ?> <?php if (abs($months) === 12 || abs($months) >= 24) : ?> <?= I18N::plural('%s year', '%s years', round($months / 12), I18N::number(round($months / 12))) ?> <?php elseif ($months !== 0) : ?> |
