From 4a8aaa00d6e8f36082a710e74b8189a4bc6e6f40 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Sat, 21 Mar 2015 18:29:20 +0000 Subject: Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- app/Module/FamilyTreeStatisticsModule.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'app/Module/FamilyTreeStatisticsModule.php') diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index be34e44207..7572990da5 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -85,30 +85,30 @@ class FamilyTreeStatisticsModule extends Module implements ModuleBlockInterface $content .= '
'; if ($stat_indi) { - $content .= '
' . I18N::translate('Individuals') . '
'; - $content .= '
' . I18N::translate('Males') . '
' . $stats->totalSexMales() . '
' . $stats->totalSexMalesPercentage() . '
'; - $content .= '
' . I18N::translate('Females') . '
' . $stats->totalSexFemales() . '
' . $stats->totalSexFemalesPercentage() . '
'; + $content .= '
' . I18N::translate('Individuals') . '
'; + $content .= '
' . I18N::translate('Males') . '
' . $stats->totalSexMales() . '
' . $stats->totalSexMalesPercentage() . '
'; + $content .= '
' . I18N::translate('Females') . '
' . $stats->totalSexFemales() . '
' . $stats->totalSexFemalesPercentage() . '
'; } if ($stat_surname) { $content .= '
' . I18N::translate('Total surnames') . '
'; } if ($stat_fam) { - $content .= '
' . I18N::translate('Families') . '
'; + $content .= '
' . I18N::translate('Families') . '
'; } if ($stat_sour) { - $content .= '
' . I18N::translate('Sources') . '
'; + $content .= '
' . I18N::translate('Sources') . '
'; } if ($stat_media) { - $content .= '
' . I18N::translate('Media objects') . '
'; + $content .= '
' . I18N::translate('Media objects') . '
'; } if ($stat_repo) { - $content .= '
' . I18N::translate('Repositories') . '
'; + $content .= '
' . I18N::translate('Repositories') . '
'; } if ($stat_events) { - $content .= '
' . I18N::translate('Total events') . '
' . $stats->totalEvents() . '
'; + $content .= '
' . I18N::translate('Total events') . '
' . $stats->totalEvents() . '
'; } if ($stat_users) { - $content .= '
' . I18N::translate('Total users') . '
'; + $content .= '
' . I18N::translate('Total users') . '
'; if (Auth::isManager($WT_TREE)) { $content .= '' . $stats->totalUsers() . ''; } else { -- cgit v1.3