I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 740a2da7 authored by jrandom's avatar jrandom Committed by zzz
Browse files

more consistent html

parent 85c8e564
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,7 @@ public class ProfileOrganizer {
if (prof.getIsActive()) {
buf.append("<font color=\"blue\">++").append(peer.toBase64().substring(0,6)).append("</font>");
} else {
buf.append("__").append(peer.toBase64());
buf.append("__").append(peer.toBase64().substring(0,6));
}
}
buf.append("</code></td>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment