diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2022-05-18 15:13:47 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2022-05-18 15:13:47 +0100 |
| commit | 4b9213b33377fa752da3c34c8057f8662b73fd24 (patch) | |
| tree | 2fe0522b5fe1f4272effb5e8ca0d58dae58c8d47 /resources/views/modules/GEDFact_assistant | |
| parent | 0f855284506d69d6f4b4bc7e1a7345eb688aa436 (diff) | |
| download | webtrees-4b9213b33377fa752da3c34c8057f8662b73fd24.tar.gz webtrees-4b9213b33377fa752da3c34c8057f8662b73fd24.tar.bz2 webtrees-4b9213b33377fa752da3c34c8057f8662b73fd24.zip | |
Update bootstrap 5 markup for select elements. See #4412
Diffstat (limited to 'resources/views/modules/GEDFact_assistant')
| -rw-r--r-- | resources/views/modules/GEDFact_assistant/select-census.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/GEDFact_assistant/select-census.phtml b/resources/views/modules/GEDFact_assistant/select-census.phtml index 5b35979d72..01e7ee4fc9 100644 --- a/resources/views/modules/GEDFact_assistant/select-census.phtml +++ b/resources/views/modules/GEDFact_assistant/select-census.phtml @@ -10,7 +10,7 @@ use Fisharebest\Webtrees\I18N; ?> -<select class="form-control census-selector" aria-label="<?= I18N::translate('Census date and place') ?>" autocomplete="off"> +<select class="form-select census-selector" aria-label="<?= I18N::translate('Census date and place') ?>" autocomplete="off"> <option value="" disabled="disabled" selected="selected" hidden="hidden"><?= I18N::translate('Census date') ?></option> <?php foreach ($census_places as $census_place) : ?> |
