diff options
Diffstat (limited to 'resources/views/modules/gedcom_stats')
| -rw-r--r-- | resources/views/modules/gedcom_stats/statistics.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/gedcom_stats/statistics.phtml b/resources/views/modules/gedcom_stats/statistics.phtml index 6277320039..15d2a69574 100644 --- a/resources/views/modules/gedcom_stats/statistics.phtml +++ b/resources/views/modules/gedcom_stats/statistics.phtml @@ -232,7 +232,7 @@ </div> </div> -<?php if (!empty($surnames)) : ?> +<?php if ($surnames !== '') : ?> <div class="clearfix"> <p> <strong> |
