unless ($thing->{DXProt}) {
my $sd = $thing->{spotdata};
my $hops = $thing->{hops} || DXProt::get_hops(11);
+ $hops = "H$hops" unless $hops =~ /^H/;
my $text = $sd->[3] || ' ';
$text =~ s/\^/\%5E/g;
my $t = $sd->[2];
- $thing->{DXProt} = sprintf "PC11^%.1f^$sd->[1]^%s^%s^%s^$sd->[4]^$sd->[7]^H$hops^~", $sd->[0], cldate($t), ztime($t), $text;
+ $thing->{DXProt} = sprintf "PC11^%.1f^$sd->[1]^%s^%s^%s^$sd->[4]^$sd->[7]^$hops^~", $sd->[0], cldate($t), ztime($t), $text;
}
return $thing->{DXProt};
}