[freenet-cvs] r13555 - trunk/freenet/src/freenet/clients/http
nextgens at freenetproject.org
nextgens at freenetproject.org
Wed Jun 13 09:54:37 UTC 2007
Author: nextgens
Date: 2007-06-13 09:54:37 +0000 (Wed, 13 Jun 2007)
New Revision: 13555
Modified:
trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
Log:
Add \r\n at the end of node reference on the darknet toadlet ... Actinoid said that it would be easier to c/p
Modified: trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java 2007-06-13 01:15:53 UTC (rev 13554)
+++ trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java 2007-06-13 09:54:37 UTC (rev 13555)
@@ -561,7 +561,7 @@
L10n.addL10nSubstitution(warningSentence, "DarknetConnectionsToadlet.referenceCopyWarning",
new String[] { "bold", "/bold" },
new String[] { "<b>", "</b>" });
- referenceInfobox.addChild("div", "class", "infobox-content").addChild("pre", "id", "reference", node.exportPublicFieldSet().toString());
+ referenceInfobox.addChild("div", "class", "infobox-content").addChild("pre", "id", "reference", node.exportPublicFieldSet().toString() + "\r\n");
// our ports
HTMLNode portInfobox = contentNode.addChild("div", "class", "infobox infobox-normal");
More information about the cvs
mailing list