Author: zothar Date: 2007-12-17 01:53:01 +0000 (Mon, 17 Dec 2007) New Revision: 16645
Modified: trunk/website/index.php Log: Fix a closing P tag order problem Modified: trunk/website/index.php =================================================================== --- trunk/website/index.php 2007-12-17 01:17:34 UTC (rev 16644) +++ trunk/website/index.php 2007-12-17 01:53:01 UTC (rev 16645) @@ -79,9 +79,9 @@ <!--<p><? //echo otherLanguages(); ?></p>--> <p> This website is licensed under the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License</a> +</p> </div> </div> -</p> <div class="hideit">Send spam to <a href="mailto:catchme at freenetproject.org">catchme at freenetproject.org</a> ! :)</div> <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script><script type="text/javascript">_uacct = "UA-354970-1";urchinTracker();</script>
