diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:03:39 +0000 |
| commit | ad2f0e13109a624a158c7532c312bc08f1d45af8 (patch) | |
| tree | 3e13097a0c086e5d82c64ea49bd0eef7827c3440 /app/Module/FamilyTreeStatisticsModule.php | |
| parent | a6762289f3e1aa394a2721a82ffef93958cd133f (diff) | |
| download | webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.gz webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.tar.bz2 webtrees-ad2f0e13109a624a158c7532c312bc08f1d45af8.zip | |
Two spaces have no effect in HTML
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 .= '<div class="stat-row"><div class="facts_label stat-cell">' . I18N::translate('Family with the most children') . '</div><div class="facts_value stats_value stat-cell">' . $stats->largestFamilySize() . '</div>'; + $content .= '<div class="stat-row"><div class="facts_label stat-cell">' . I18N::translate('Family with the most children') . '</div><div class="facts_value stats_value stat-cell">' . $stats->largestFamilySize() . '</div>'; if (!$block) { $content .= '<div class="facts_value stat-cell left">' . $stats->largestFamily() . '</div>'; } $content .= '</div>'; } if ($stat_avg_chil) { - $content .= '<div class="stat-row"><div class="facts_label stat-cell">' . I18N::translate('Average number of children per family') . '</div><div class="facts_value stats_value stat-cell">' . $stats->averageChildren() . '</div>'; + $content .= '<div class="stat-row"><div class="facts_label stat-cell">' . I18N::translate('Average number of children per family') . '</div><div class="facts_value stats_value stat-cell">' . $stats->averageChildren() . '</div>'; if (!$block) { $content .= '<div class="facts_value stat-cell left"></div>'; } |
