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

Skip to content
Snippets Groups Projects
Commit 15e18280 authored by zzz's avatar zzz
Browse files

html fix

parent 2bff0d6b
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,7 @@ public class FileDumpHelper extends HelperBase { ...@@ -145,7 +145,7 @@ public class FileDumpHelper extends HelperBase {
s = getAtt(att, "Workspace-Changes"); s = getAtt(att, "Workspace-Changes");
if (s != null) if (s != null)
buf.append(s.replace(",", "<br>")); buf.append(s.replace(",", "<br>"));
buf.append("</font></td>"); buf.append("</font></td></tr>\n");
} }
private static byte[] sha256(File f) { private static byte[] sha256(File f) {
......
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