这个提交包含在:
Peter Goodhall 2019-06-13 14:34:42 +01:00
当前提交 4295e1881c

查看文件

@ -36,7 +36,7 @@
if ($count == 0){ if ($count == 0){
print("<td>&nbsp;</td>"); print("<td>&nbsp;</td>");
}else{ }else{
printf("<td><a href='dxcc_details?Country=\"%s\"&Band=\"%s\"'>%d</a></td>", $country, $band, $count); printf("<td><a href='dxcc_details?Country=\"%s\"&Band=\"%s\"'>%d</a></td>", str_replace("&", "%26", $country), $band, $count);
} }
} }
print("</tr>"); print("</tr>");