forked from I2P_Developers/i2p.i2p
Fix missing </A>
This commit is contained in:
@@ -392,7 +392,7 @@ public abstract class Resource implements Serializable
|
|||||||
buf.append(path);
|
buf.append(path);
|
||||||
buf.append("\">");
|
buf.append("\">");
|
||||||
buf.append(StringUtil.replace(StringUtil.replace(ls[i],"<","<"),">",">"));
|
buf.append(StringUtil.replace(StringUtil.replace(ls[i],"<","<"),">",">"));
|
||||||
buf.append(" ");
|
buf.append("</A> ");
|
||||||
buf.append("</TD><TD ALIGN=right>");
|
buf.append("</TD><TD ALIGN=right>");
|
||||||
buf.append(item.length());
|
buf.append(item.length());
|
||||||
buf.append(" bytes </TD><TD>");
|
buf.append(" bytes </TD><TD>");
|
||||||
|
Reference in New Issue
Block a user