!752 static S html() { L l = fullBotScan(); new StringBuilder buf; buf.append("Port scan at bots.tinybrain.de"); buf.append(""); for (ScannedBot bot : l) { buf.append(""); buf.append("" + htmlEncode(bot.helloString) + ""); buf.append("" + htmlEncode(bot.address) + ""); buf.append(""); } buf.append(""); ret buf.toString(); }