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-length.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-length.phtml')
| -rw-r--r-- | resources/views/statistics/families/marriage-length.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/statistics/families/marriage-length.phtml b/resources/views/statistics/families/marriage-length.phtml index 262d99bf3b..325b3cc7fa 100644 --- a/resources/views/statistics/families/marriage-length.phtml +++ b/resources/views/statistics/families/marriage-length.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> |
