Fix C+P mistake

This commit is contained in:
phl0
2023-07-14 22:21:47 +02:00
parent dcdfbf9def
commit a0c2f2fcf8

View File

@@ -562,7 +562,7 @@
<div class="tab-pane fade" id="eqslcard" role="tabpanel" aria-labelledby="table-tab">
<?php
if ($row->eqsl_image_file != null) {
echo '<img class="d-block" src="' . base_url() . '/images/eqsl_card_images/' . $row->eqsl_image_file .'" alt="QSL picture #'. $i++.'">';
echo '<img class="d-block" src="' . base_url() . '/images/eqsl_card_images/' . $row->eqsl_image_file .'" alt="eQSL picture">';
}
?>
</div>