* peers.jsp: Clean up 'Listening on' formatting

This commit is contained in:
zzz
2008-10-26 17:11:12 +00:00
parent e6e4c60a25
commit b4c808918b

View File

@ -358,7 +358,7 @@ public class TransportManager implements TransportEventListener {
if (t.getCurrentAddress() != null)
buf.append(t.getCurrentAddress()).append("\n\n");
else
buf.append(t.getStyle()).append(" is used for outbound connections only");
buf.append(t.getStyle()).append(" is used for outbound connections only\n\n");
}
buf.append("</pre>\n");
out.write(buf.toString());