forked from I2P_Developers/i2p.i2p
NetDB: Track down and fix stray table close tag on netdb?l=7
This commit is contained in:
@ -775,7 +775,6 @@ class NetDbRenderer {
|
||||
buf.append("</ul></td></tr>\n");
|
||||
}
|
||||
buf.append("<tr><td><b>Total Known Remote Leasesets:</b></td><td colspan=\"3\">").append(leases.size()-1).append("</td></tr>\n");
|
||||
buf.append("</table>\n");
|
||||
} else {
|
||||
buf.append("<tr><th colspan=\"3\">Leaseset Summary for Floodfill</th>" +
|
||||
"<th><a href=\"/configadvanced\" title=\"").append(_t("Manually Configure Floodfill Participation")).append("\">[")
|
||||
|
Reference in New Issue
Block a user