diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java index 949d5e06c7..60a63ab2d4 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java @@ -821,11 +821,12 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem private static String getFooter() { // The css is hiding this div for now, but we'll keep it here anyway // Tag the strings below for translation if we unhide it. - StringBuilder buf = new StringBuilder(128); - buf.append("

I2P HTTP Proxy Server
Generated on: ") - .append(new Date().toString()) - .append("

\n\n\n"); - return buf.toString(); + //StringBuilder buf = new StringBuilder(128); + //buf.append("

I2P HTTP Proxy Server
Generated on: ") + // .append(new Date().toString()) + // .append("

\n\n\n"); + //return buf.toString(); + return "\n\n"; } /**