NetDB: Track down and fix stray table close tag on netdb?l=7
Some checks failed
Java CI / build (push) Has been cancelled
Java CI / javadoc-latest (push) Has been cancelled
Java CI / build-java7 (push) Has been cancelled

This commit is contained in:
eyedeekay
2024-11-01 10:11:18 -04:00
parent c3f31d1bf3
commit 834fd2de24

View File

@ -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("\">[")