more consistent html

This commit is contained in:
jrandom
2004-07-24 01:59:27 +00:00
committed by zzz
parent 85c8e56417
commit 740a2da702

View File

@ -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>");