summaryrefslogtreecommitdiff
path: root/app/Module/YahrzeitModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/YahrzeitModule.php')
-rwxr-xr-xapp/Module/YahrzeitModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/YahrzeitModule.php b/app/Module/YahrzeitModule.php
index 63e781b4e4..624b385be5 100755
--- a/app/Module/YahrzeitModule.php
+++ b/app/Module/YahrzeitModule.php
@@ -272,7 +272,7 @@ class YahrzeitModule extends AbstractModule implements ModuleBlockInterface {
echo '<div class="form-group row"><label class="col-sm-3 col-form-label" for="calendar">';
echo I18N::translate('Calendar');
echo '</label><div class="col-sm-9">';
- echo Bootstrap4::select(['jewish' => I18N::translate('Jewish'), 'gregorian' => I18N::translate('Gregorian')], $calendar, ['id' => 'calendar', 'name' => 'calendar']);
+ echo Bootstrap4::select(['jewish' => I18N::translate('Jewish'), 'gregorian' => I18N::translate('Gregorian')], $calendar, ['id' => 'calendar', 'name' => 'calendar']);
echo '</div></div>';
}
}