Modified: identity/CatDap/trunk/root/template/html
===================================================================
--- identity/CatDap/trunk/root/template/html 2010-12-13 23:06:35 UTC (rev 166)
+++ identity/CatDap/trunk/root/template/html 2010-12-13 23:12:16 UTC (rev 167)
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
-<html lang="en" dir="ltr">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>[% template.title or site.title or c.config.apptitle %]</title>
- <meta content="description" value="Mageia.org online user account panel" />
- <meta content="keywords" value="mageia, user, account, password" />
- <meta content="robots" value="index,nofollow" />
- <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css">
- <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css">
+ <meta name="description" content="Mageia.org online user account panel" />
+ <meta name="keywords" content="mageia, user, account, password" />
+ <meta name="robots" content="index,nofollow" />
+ <link rel="stylesheet" type="text/css" href="/static/style/yui/reset-fonts-grids.css" />
+ <link rel="stylesheet" type="text/css" href="/static/style/yui/base-min.css" />
<link rel="stylesheet" type="text/css" href="/static/style/ttsite.css" />
</head>
<body>
[% content %]
</body>
-</html>
\ No newline at end of file
+</html>