mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
typo
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<span class="eqsl-<?php echo ($row->COL_EQSL_QSL_RCVD=='Y')?'green':'red'?>">▼</span>
|
||||
</td>
|
||||
<?php } ?>
|
||||
<?php if ($row->COL_LOTW_QSL_SENT != ''){ ?>
|
||||
<?php if ($this->session->userdata('user_lotw_name') != "" && $row->COL_LOTW_QSL_SENT != ''){ ?>
|
||||
<td class="lotw">
|
||||
<span class="lotw-<?php echo ($row->COL_LOTW_QSL_SENT=='Y')?'green':'red'?>">▲</span>
|
||||
<span class="lotw-<?php echo ($row->COL_LOTW_QSL_RCVD=='Y')?'green':'red'?>">▼</span>
|
||||
|
||||
Reference in New Issue
Block a user