Author: zothar Date: 2007-12-17 00:47:27 +0000 (Mon, 17 Dec 2007) New Revision: 16641
Modified: trunk/website/index.php Log: Removed the XHTMLisms and fix the type of the javascript section Modified: trunk/website/index.php =================================================================== --- trunk/website/index.php 2007-12-17 00:46:33 UTC (rev 16640) +++ trunk/website/index.php 2007-12-17 00:47:27 UTC (rev 16641) @@ -6,16 +6,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> - <META name="verify-v1" content="xaEIQxVVIFnpATgCaqfqrDfmoUnHpMhig0LfSGbfIzE=" /> + <META name="verify-v1" content="xaEIQxVVIFnpATgCaqfqrDfmoUnHpMhig0LfSGbfIzE="> <title>The Freenet Project - <?= $page ?></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> - <meta name="language" content="en" /> - <meta name="robots" content="index,follow" /> - <meta name="keywords" content="gnu, fsf, gpl, fdl, free software, coding, freenet, The Free Network Project, network, decentralized, DHT, anonymous, EFF, Electronic Frontier Foundation, freedom, freedom of speech, liberty, philosophy, java, censorship, encryption, peer-to-peer, file sharing, internet, Ian Clarke, Matthew Toseland, Oskar Sandberg, Florent Daigniere, Scott Miller, Steven Starr" /> - - <meta name="description" content="The Free Network Project : A Distributed Anonymous Information Storage and Retrieval System" /> + <meta name="language" content="en"> + <meta name="robots" content="index,follow"> + <meta name="keywords" content="gnu, fsf, gpl, fdl, free software, coding, freenet, The Free Network Project, network, decentralized, DHT, anonymous, EFF, Electronic Frontier Foundation, freedom, freedom of speech, liberty, philosophy, java, censorship, encryption, peer-to-peer, file sharing, internet, Ian Clarke, Matthew Toseland, Oskar Sandberg, Florent Daigniere, Scott Miller, Steven Starr"> + <meta name="description" content="The Free Network Project : A Distributed Anonymous Information Storage and Retrieval System"> <link href="/style.css" rel="stylesheet" type="text/css"> - <script language="javascript"> + <script type="text/javascript"> function hideDiv( whichDivId ) { var elem, vis;
