From a7779d42e3ac3dcbc7ef6df900f32722efe233e8 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 23 Aug 2025 07:33:20 +0200 Subject: [PATCH] Readded the line break --- application/models/Logbook_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Logbook_model.php b/application/models/Logbook_model.php index 4c88a13df..a5544b547 100644 --- a/application/models/Logbook_model.php +++ b/application/models/Logbook_model.php @@ -3935,7 +3935,7 @@ class Logbook_model extends CI_Model { foreach ($records as $record) { $one_error = $this->import($record, $station_id, $skipDuplicate, $markClublog, $markLotw, $dxccAdif, $markQrz, $markEqsl, $markHrd, $markDcl, $skipexport, trim($operatorName), $apicall, $skipStationCheck, true, $station_id_ok, $station_profile, $station_qslmsg); if ($one_error['error'] ?? '' != '') { - $custom_errors['errormessage'] .= $one_error['error']; + $custom_errors['errormessage'] .= $one_error['error'] . "
"; } else { // No Errors / QSO doesn't exist so far array_push($a_qsos, $one_error['raw_qso'] ?? ''); if (isset($record['prop_mode']) && $record['prop_mode'] == 'SAT' && $amsat_status_upload) {