forked from I2P_Developers/i2p.i2p
html fix
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user