Author: toad
Date: 2006-11-17 01:26:15 +0000 (Fri, 17 Nov 2006)
New Revision: 10963

Modified:
   trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
Log:
Bizarre.

Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java  2006-11-16 
22:51:32 UTC (rev 10962)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java  2006-11-17 
01:26:15 UTC (rev 10963)
@@ -335,7 +335,7 @@
                                HTMLNode infobox = 
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-success", "Insert 
Succeeded"));
                                content = 
ctx.getPageMaker().getContentNode(infobox);
                                content.addChild("#", "The key ");
-                               content.addChild("a", "href", '/' + 
key.getKeyType() + '@' + key.getGuessableKey(), key.getKeyType() + '@' + 
key.getGuessableKey());
+                               content.addChild("a", "href", '/' + 
key.toString(false), key.toString(false));
                                content.addChild("#", " has been inserted 
successfully.");
                        } catch (InserterException e) {
                                HTMLNode infobox = 
contentNode.addChild(ctx.getPageMaker().getInfobox("infobox-error", "Insert 
Failed"));


Reply via email to