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

pull/673/head
Andreas 2020-10-25 17:46:39 +01:00
rodzic 5a380a2cf1
commit 0ff51dfd4d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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