[ADIF import] Have the bullets align with the text when listing contests

This commit is contained in:
Andreas Kristiansen
2025-12-06 09:41:33 +01:00
parent b88ca089ce
commit eacd27916a

View File

@@ -43,7 +43,7 @@
<p><?= __("We found the following numbers of QSOs for the following contest IDs:")?></p>
<!-- List imported contest data -->
<ul>
<ul class="text-start d-inline-block">
<?php foreach ($imported_contests as $contestid => $qsocount) { ?>
<li><?php echo $contestid . ' (' . $qsocount . ' '. ($qsocount == 1 ? 'QSO' : 'QSOs') .')'; ?></li>
<?php } ?>