forked from I2P_Developers/i2p.i2p
more consistent html
This commit is contained in:
@ -674,7 +674,7 @@ public class ProfileOrganizer {
|
|||||||
if (prof.getIsActive()) {
|
if (prof.getIsActive()) {
|
||||||
buf.append("<font color=\"blue\">++").append(peer.toBase64().substring(0,6)).append("</font>");
|
buf.append("<font color=\"blue\">++").append(peer.toBase64().substring(0,6)).append("</font>");
|
||||||
} else {
|
} else {
|
||||||
buf.append("__").append(peer.toBase64());
|
buf.append("__").append(peer.toBase64().substring(0,6));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buf.append("</code></td>");
|
buf.append("</code></td>");
|
||||||
|
Reference in New Issue
Block a user