diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-04-25 22:49:20 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-04-25 22:49:20 +0100 |
| commit | 39c990acdae56e02eaa7ff99ee9fcf5395c13d20 (patch) | |
| tree | 14fcbae1680511dc273e26c7d3a81d35d2187d3a /resources/views/statistics/families/marriage-age.phtml | |
| parent | b2c011d7d8ff495bd3636357907da539925bd5f9 (diff) | |
| download | webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.tar.gz webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.tar.bz2 webtrees-39c990acdae56e02eaa7ff99ee9fcf5395c13d20.zip | |
CodeStyle - redundant semicolons
Diffstat (limited to 'resources/views/statistics/families/marriage-age.phtml')
| -rw-r--r-- | resources/views/statistics/families/marriage-age.phtml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/statistics/families/marriage-age.phtml b/resources/views/statistics/families/marriage-age.phtml index 56f96d203e..393c5046ca 100644 --- a/resources/views/statistics/families/marriage-age.phtml +++ b/resources/views/statistics/families/marriage-age.phtml @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\I18N; <?php if ($result): ?> <?= $result ?> <?php else: ?> - <?= I18N::translate('This information is not available.'); ?> + <?= I18N::translate('This information is not available.') ?> <?php endif; ?> </div> </div> @@ -42,7 +42,7 @@ use Fisharebest\Webtrees\I18N; <?php if ($result): ?> <?= $result ?> <?php else: ?> - <?= I18N::translate('This information is not available.'); ?> + <?= I18N::translate('This information is not available.') ?> <?php endif; ?> </div> </div> @@ -62,7 +62,7 @@ use Fisharebest\Webtrees\I18N; <?php if ($result): ?> <?= $result ?> <?php else: ?> - <?= I18N::translate('This information is not available.'); ?> + <?= I18N::translate('This information is not available.') ?> <?php endif; ?> </div> </div> @@ -80,7 +80,7 @@ use Fisharebest\Webtrees\I18N; <?php if ($result): ?> <?= $result ?> <?php else: ?> - <?= I18N::translate('This information is not available.'); ?> + <?= I18N::translate('This information is not available.') ?> <?php endif; ?> </div> </div> |
