Fix UDP announce URL again

This commit is contained in:
zzz
2025-04-27 13:42:21 -04:00
parent 6e7406567b
commit 38c47f9993

View File

@ -35,7 +35,7 @@
int port = ZzzOTController.udpPort();
if (host != null) {
%>
<b>UDP Announce URL:</b> <a href="udp://<%=host%>:<%=port%>/"</a>udp://<%=host%>:<%=port%>/a</a><br>
<b>UDP Announce URL:</b> <a href="udp://<%=host%>:<%=port%>/"</a>udp://<%=host%>:<%=port%>/</a><br>
<%
}
%>