Prevent i2psnark DHT debug info breaking out of the table

This commit is contained in:
str4d
2017-05-15 04:05:44 +00:00
parent 6fd66c9396
commit 208372ed9e

View File

@ -721,7 +721,9 @@ public class I2PSnarkServlet extends BasicServlet {
if (dht != null) { if (dht != null) {
if (showDebug) { if (showDebug) {
out.write("</tr>\n<tr class=\"dhtDebug\">"); out.write("</tr>\n<tr class=\"dhtDebug\">");
out.write("<th colspan=\"11\">");
out.write(dht.renderStatusHTML()); out.write(dht.renderStatusHTML());
out.write("</th>");
} }
} }
out.write("</tr></tfoot>\n"); out.write("</tr></tfoot>\n");