Author: toad
Date: 2006-12-01 01:33:52 +0000 (Fri, 01 Dec 2006)
New Revision: 11164
Modified:
trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
And another one. :)
Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-01
01:32:10 UTC (rev 11163)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-01
01:33:52 UTC (rev 11164)
@@ -129,7 +129,7 @@
}
option = optionList.addChild("li");
option.addChild("a", "href", basePath +
key.toString(false) + "?force=" + getForceValue(key, now)+extras, "Click here");
- option.addChild("#", " to open the file
as RSS (<b>this is dangerous if the site author is malicious</b>).");
+ option.addChild("%", " to open the file
as RSS (<b>this is dangerous if the site author is malicious</b>).");
option = optionList.addChild("li");
option.addChild("a", "href", "/",
"Click here");
option.addChild("#", " to go to the
FProxy home page.");