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/YahrzeitModule.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/YahrzeitModule.php')
| -rw-r--r-- | app/Module/YahrzeitModule.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/Module/YahrzeitModule.php b/app/Module/YahrzeitModule.php index 80a4f2642a..3d99dc4d8f 100644 --- a/app/Module/YahrzeitModule.php +++ b/app/Module/YahrzeitModule.php @@ -34,12 +34,12 @@ use Rhumsaa\Uuid\Uuid; class YahrzeitModule extends AbstractModule implements ModuleBlockInterface { /** {@inheritdoc} */ public function getTitle() { - return /* I18N: Name of a module. Yahrzeiten (the plural of Yahrzeit) are special anniversaries of deaths in the Hebrew faith/calendar. */ I18N::translate('Yahrzeiten'); + return /* I18N: Name of a module. Yahrzeiten (the plural of Yahrzeit) are special anniversaries of deaths in the Hebrew faith/calendar. */ I18N::translate('Yahrzeiten'); } /** {@inheritdoc} */ public function getDescription() { - return /* I18N: Description of the “Yahrzeiten” module. A “Hebrew death” is a death where the date is recorded in the Hebrew calendar. */ I18N::translate('A list of the Hebrew death anniversaries that will occur in the near future.'); + return /* I18N: Description of the “Yahrzeiten” module. A “Hebrew death” is a death where the date is recorded in the Hebrew calendar. */ I18N::translate('A list of the Hebrew death anniversaries that will occur in the near future.'); } /** @@ -103,7 +103,7 @@ class YahrzeitModule extends AbstractModule implements ModuleBlockInterface { $hd1 = new JewishDate($hd); $hd1->y += 1; $hd1->setJdFromYmd(); - // Special rules. See http://www.hebcal.com/help/anniv.html + // Special rules. See http://www.hebcal.com/help/anniv.html // Everything else is taken care of by our standard anniversary rules. if ($hd->d == 30 && $hd->m == 2 && $hd->y != 0 && $hd1->daysInMonth() < 30) { // 30 CSH - Last day in CSH |
