mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04: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:
parent
5a380a2cf1
commit
0ff51dfd4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue