[freenet-cvs] r11160 - trunk/freenet/src/freenet/clients/http

toad at freenetproject.org toad at freenetproject.org
Fri Dec 1 01:24:44 UTC 2006


Author: toad
Date: 2006-12-01 01:24:40 +0000 (Fri, 01 Dec 2006)
New Revision: 11160

Modified:
   trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Marginally better message

Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2006-12-01 01:23:30 UTC (rev 11159)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java	2006-12-01 01:24:40 UTC (rev 11160)
@@ -127,7 +127,7 @@
 					if(!mimeType.startsWith("text/plain")) {
 						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 " + mimeType + '.');
+						option.addChild("#", " to open the file as " + mimeType + " (<b>this may also be dangerous</b>).");
 					}
 					option = optionList.addChild("li");
 					option.addChild("a", "href", "/", "Click here");




More information about the cvs mailing list