Fix LOTW upload response string match

Removed extra space in the LOTW upload response string to correctly detect successful uploads.
这个提交包含在:
Peter Goodhall 2025-07-17 16:50:39 +01:00
父节点 ceb0c2ffb2
当前提交 23f1017433

查看文件

@ -320,7 +320,7 @@ class Lotw extends CI_Controller {
echo $station_profile->station_callsign." (".$station_profile->station_profile_name.") Upload Failed"."<br>";
}
$pos = strpos($result, "<!-- .UPL. accepted -->");
$pos = strpos($result, "<!-- .UPL. accepted -->");
if ($pos === false) {
// Upload of TQ8 Failed for unknown reason