mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added a line break here. Find it visually much more appealing in the table with one call on each line.
This commit is contained in:
@@ -294,7 +294,7 @@ class VUCC extends CI_Model
|
||||
$result = $this->logbook_model->vucc_qso_details($grid, $band);
|
||||
$callsignlist = '';
|
||||
foreach($result->result() as $call) {
|
||||
$callsignlist .= $call->COL_CALL . ' ';
|
||||
$callsignlist .= $call->COL_CALL . '<br/>';
|
||||
}
|
||||
$vuccBand[$grid]['call'] = $callsignlist;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user