[freenet-cvs] r13244 - trunk/freenet/src/freenet/clients/http
juiceman at freenetproject.org
juiceman at freenetproject.org
Mon May 14 03:56:39 UTC 2007
Author: juiceman
Date: 2007-05-14 03:56:39 +0000 (Mon, 14 May 2007)
New Revision: 13244
Modified:
trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
Log:
Oops
Modified: trunk/freenet/src/freenet/clients/http/FProxyToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2007-05-14 03:54:52 UTC (rev 13243)
+++ trunk/freenet/src/freenet/clients/http/FProxyToadlet.java 2007-05-14 03:56:39 UTC (rev 13244)
@@ -414,7 +414,7 @@
HTMLNode infoboxContent = infobox.addChild("div", "class", "infobox-content");
HTMLNode fileInformationList = infoboxContent.addChild("ul");
HTMLNode option = fileInformationList.addChild("li");
- option.addChild(("#", l10n("filenameLabel") + " "));
+ option.addChild("#", (l10n("filenameLabel") + " "));
option.addChild("a", "href", '/' + key.toString(), getFilename(e, key, e.getExpectedMimeType()));
String mime = writeSizeAndMIME(fileInformationList, e);
More information about the cvs
mailing list