From ad2f0e13109a624a158c7532c312bc08f1d45af8 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sun, 17 Jan 2016 18:03:39 +0000 Subject: Two spaces have no effect in HTML --- app/Module/FamilyTreeStatisticsModule.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Module/FamilyTreeStatisticsModule.php') diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index 347aa3aca4..dca6fbd9e1 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -177,14 +177,14 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn } if ($stat_most_chil && !$block) { - $content .= '
' . I18N::translate('Family with the most children') . '
' . $stats->largestFamilySize() . '
'; + $content .= '
' . I18N::translate('Family with the most children') . '
' . $stats->largestFamilySize() . '
'; if (!$block) { $content .= '
' . $stats->largestFamily() . '
'; } $content .= '
'; } if ($stat_avg_chil) { - $content .= '
' . I18N::translate('Average number of children per family') . '
' . $stats->averageChildren() . '
'; + $content .= '
' . I18N::translate('Average number of children per family') . '
' . $stats->averageChildren() . '
'; if (!$block) { $content .= '
'; } -- cgit v1.3