Author: toad
Date: 2007-12-10 20:57:47 +0000 (Mon, 10 Dec 2007)
New Revision: 16461
Modified:
trunk/apps/new_installer/res/welcome.html
Log:
Maybe better for it not to be _CHECKED_HTTP_ ? There are several links on the
page, we could change them all, but has the user "entered freenet" yet?
Modified: trunk/apps/new_installer/res/welcome.html
===================================================================
--- trunk/apps/new_installer/res/welcome.html 2007-12-10 20:56:15 UTC (rev
16460)
+++ trunk/apps/new_installer/res/welcome.html 2007-12-10 20:57:47 UTC (rev
16461)
@@ -122,6 +122,6 @@
<div id="started">
<a href="http://127.0.0.1:8888/wizard/" target="new">Get started on
Freenet!</a>
</div>
- <div id="copyright"><p>This page is licensed under the <a
href="http://127.0.0.1:8888/?_CHECKED_HTTP_=http://www.gnu.org/licenses/fdl.html">GNU
Free Documentation License</a></p></div>
+ <div id="copyright"><p>This page is licensed under the <a
href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License</a></p></div>
</body>
</html>