Author: toad
Date: 2006-12-01 01:28:40 +0000 (Fri, 01 Dec 2006)
New Revision: 11161
Modified:
trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
<b>
Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-01
01:24:40 UTC (rev 11160)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2006-12-01
01:28:40 UTC (rev 11161)
@@ -119,7 +119,7 @@
HTMLNode option =
optionList.addChild("li");
option.addChild("a", "href", basePath +
key.toString(false) + "?type=text/plain&force=" + getForceValue(key,
now)+extras, "Click here");
- option.addChild("#", " to open the file
as plain text (this <b>may be dangerous</b> if you are running IE7 or FF2).");
+ option.addChild("%", " to open the file
as plain text (this <b>may be dangerous</b> if you are running IE7 or FF2).");
// FIXME: is this safe? See bug
#131
option = optionList.addChild("li");
option.addChild("a", "href", basePath +
key.toString(false) + "?forcedownload"+extras, "Click here");