Fix C+P mistake

这个提交包含在:
phl0 2023-07-14 22:21:47 +02:00
父节点 dcdfbf9def
当前提交 a0c2f2fcf8
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -562,7 +562,7 @@
<div class="tab-pane fade" id="eqslcard" role="tabpanel" aria-labelledby="table-tab"> <div class="tab-pane fade" id="eqslcard" role="tabpanel" aria-labelledby="table-tab">
<?php <?php
if ($row->eqsl_image_file != null) { 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> </div>