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

nextgens at freenetproject.org nextgens at freenetproject.org
Thu Jun 14 16:59:46 UTC 2007


Author: nextgens
Date: 2007-06-14 16:59:46 +0000 (Thu, 14 Jun 2007)
New Revision: 13602

Modified:
   trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
Log:
use \n and not \r\n

Modified: trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java	2007-06-14 16:03:38 UTC (rev 13601)
+++ trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java	2007-06-14 16:59:46 UTC (rev 13602)
@@ -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() + "\r\n");
+		referenceInfobox.addChild("div", "class", "infobox-content").addChild("pre", "id", "reference", node.exportPublicFieldSet().toString() + '\n');
 		
 		// our ports
 		HTMLNode portInfobox = contentNode.addChild("div", "class", "infobox infobox-normal");




More information about the cvs mailing list