Compare commits

...

2 Commits

Author SHA1 Message Date
834fd2de24 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
2024-11-01 10:11:18 -04:00
c3f31d1bf3 NetDB: Track down and fix stray tags on netdb?l=7 2024-11-01 10:00:23 -04:00

View File

@ -775,8 +775,6 @@ class NetDbRenderer {
buf.append("</ul></td></tr>\n"); 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("<tr><td><b>Total Known Remote Leasesets:</b></td><td colspan=\"3\">").append(leases.size()-1).append("</td></tr>\n");
buf.append("</ul></td></tr>\n" +
"</table>\n");
} else { } else {
buf.append("<tr><th colspan=\"3\">Leaseset Summary for Floodfill</th>" + buf.append("<tr><th colspan=\"3\">Leaseset Summary for Floodfill</th>" +
"<th><a href=\"/configadvanced\" title=\"").append(_t("Manually Configure Floodfill Participation")).append("\">[") "<th><a href=\"/configadvanced\" title=\"").append(_t("Manually Configure Floodfill Participation")).append("\">[")