|
From: <di...@us...> - 2007-02-04 23:07:35
|
Revision: 372
http://safekeep.svn.sourceforge.net/safekeep/?rev=372&view=rev
Author: dimi
Date: 2007-02-04 15:07:34 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
HTML fixes
Modified Paths:
--------------
website/trunk/WebContent/header.shtml
Modified: website/trunk/WebContent/header.shtml
===================================================================
--- website/trunk/WebContent/header.shtml 2007-02-04 23:02:54 UTC (rev 371)
+++ website/trunk/WebContent/header.shtml 2007-02-04 23:07:34 UTC (rev 372)
@@ -1,12 +1,14 @@
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title><!--#echo var="title" --></title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta name="description" content="A design by Alina Silvestrovici" />
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
+ <meta name="description" content="A design by Alina Silvestrovici" >
- <link rel="stylesheet" href="theme/layout.css" type="text/css" />
- <link rel="stylesheet" href="theme/formatting.css" type="text/css" />
+ <link rel="stylesheet" href="theme/layout.css" type="text/css" >
+ <link rel="stylesheet" href="theme/formatting.css" type="text/css" >
</head>
<body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|