Added a line break here. Find it visually much more appealing in the table with one call on each line.

这个提交包含在:
Andreas 2020-10-25 17:46:39 +01:00
父节点 5a380a2cf1
当前提交 0ff51dfd4d

查看文件

@ -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;
}