Author: nextgens
Date: 2006-10-08 17:20:46 +0000 (Sun, 08 Oct 2006)
New Revision: 10649

Modified:
   trunk/freenet/src/freenet/clients/http/Toadlet.java
Log:
small cosmetic fix to please mario69

Modified: trunk/freenet/src/freenet/clients/http/Toadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/Toadlet.java 2006-10-08 09:30:44 UTC 
(rev 10648)
+++ trunk/freenet/src/freenet/clients/http/Toadlet.java 2006-10-08 17:20:46 UTC 
(rev 10649)
@@ -168,7 +168,8 @@
                HTMLNode infoboxContent = 
ctx.getPageMaker().getContentNode(infobox);
                infoboxContent.addChild("#", message);
                infoboxContent.addChild("br");
-               infoboxContent.addChild("a", "href", ".", "Return to Peers 
page.");
+               infoboxContent.addChild("a", "href", ".", "Return to the 
previous page.");
+               infoboxContent.addChild("a", "href", "/", "Return to the main 
page.");

                writeReply(ctx, code, "text/html; charset=UTF-8", desc, 
pageNode.generate());
        }
@@ -184,7 +185,8 @@
                HTMLNode infoboxContent = 
ctx.getPageMaker().getContentNode(infobox);
                infoboxContent.addChild(message);
                infoboxContent.addChild("br");
-               infoboxContent.addChild("a", "href", ".", "Return to Peers 
page.");
+               infoboxContent.addChild("a", "href", ".", "Return to the 
previous page.");
+               infoboxContent.addChild("a", "href", "/", "Return to the main 
page.");

                writeReply(ctx, code, "text/html; charset=UTF-8", desc, 
pageNode.generate());
        }


Reply via email to