diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-12-04 23:21:57 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-12-04 23:21:57 +0000 |
| commit | 2cb48758889f403cd01c313b090d821dc724cdf0 (patch) | |
| tree | 68135dc9115cd8134a2f18d07d671862af316217 /modules_v3/html/module.php | |
| parent | fe639b0600a36def020734e82feb69cdd118e083 (diff) | |
| download | webtrees-2cb48758889f403cd01c313b090d821dc724cdf0.tar.gz webtrees-2cb48758889f403cd01c313b090d821dc724cdf0.tar.bz2 webtrees-2cb48758889f403cd01c313b090d821dc724cdf0.zip | |
PHPDoc
Diffstat (limited to 'modules_v3/html/module.php')
| -rw-r--r-- | modules_v3/html/module.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules_v3/html/module.php b/modules_v3/html/module.php index 7fe40964da..3eb2886508 100644 --- a/modules_v3/html/module.php +++ b/modules_v3/html/module.php @@ -157,7 +157,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block { WT_I18N::translate('Statistics')=> '<div class="gedcom_stats"> - <span style="font-weight: bold"><a href="index.php?command=gedcom">#gedcomTitle#</a></span><br> + <span style="font-weight: bold;"><a href="index.php?command=gedcom">#gedcomTitle#</a></span><br> ' . WT_I18N::translate('This family tree was last updated on %s.', '#gedcomUpdated#') . ' <table id="keywords"> <tr> @@ -244,7 +244,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block { <td class="facts_value">#largestFamily#</td> </tr> <tr> - <td class="facts_label">'.WT_I18N::translate('Average number of children per family').'</td> + <td class="facts_label">'.WT_I18N::translate('Average number of children per family'). '</td> <td class="facts_value" align="right">#averageChildren#</td> <td class="facts_value"></td> </tr> @@ -252,7 +252,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block { </td> </tr> </table><br> - <span style="font-weight: bold">'.WT_I18N::translate('Most common surnames').'</span><br> + <span style="font-weight: bold;">' .WT_I18N::translate('Most common surnames').'</span><br> #commonSurnames# </div>' ); |
