This commit is contained in:
zzz
2012-03-03 18:19:50 +00:00
parent 2bff0d6bcc
commit 15e182809d

View File

@ -145,7 +145,7 @@ public class FileDumpHelper extends HelperBase {
s = getAtt(att, "Workspace-Changes");
if (s != null)
buf.append(s.replace(",", "<br>"));
buf.append("</font></td>");
buf.append("</font></td></tr>\n");
}
private static byte[] sha256(File f) {