Whitespace

This commit is contained in:
str4d
2017-04-09 06:28:00 +00:00
parent 5353fd986e
commit b6c6a5d696
2 changed files with 50 additions and 49 deletions

View File

@ -179,6 +179,7 @@ class ProfileOrganizerRenderer {
if (total / fails <= 10) // hide if < 10%
buf.append(' ').append(fails).append('/').append(total).append(' ').append(_t("Test Fails"));
}
buf.append("&nbsp;</td>");
//buf.append("<td nowrap align=\"center\"><a target=\"_blank\" href=\"dumpprofile.jsp?peer=")
// .append(peer.toBase64().substring(0,6)).append("\">").append(_t("profile")).append("</a>");