diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java index 6655ace1a..e13c11217 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/SybilRenderer.java @@ -716,7 +716,7 @@ public class SybilRenderer { * */ private void renderIPGroupsFamily(Writer out, StringBuilder buf, Map> map) throws IOException { - buf.append("

Routers in the same Family

"); + buf.append("

Routers in the same family

"); List foo = new ArrayList(map.keySet()); Collections.sort(foo, new FoofComparator(map)); FamilyKeyCrypto fkc = _context.router().getFamilyKeyCrypto(); @@ -836,8 +836,8 @@ public class SybilRenderer { " src=\"/flags.jsp?c=").append(country).append("\"> ").append(""); } if (!full) { - buf.append("[").append(_t("Full entry")).append("]"); + buf.append("[").append(_t("Full entry")).append("]"); buf.append("[").append(_t("profile")).append("]"); buf.append(""); - buf.append(h); + buf.append(h, 0, 4); if (found) buf.append(""); buf.append("");