Update Lookup.php

This commit is contained in:
Peter Goodhall
2019-08-15 11:57:56 +01:00
parent c84337ad6a
commit bf2b372b41

View File

@@ -21,7 +21,7 @@ class Lookup extends CI_Controller {
$log_calls = $this->logbook_model->get_callsigns($call);
if($log_calls != "") {
echo $log_calls."<br><br>";
echo $log_calls ." ";
}