aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/template/html14
1 files changed, 7 insertions, 7 deletions
diff --git a/root/template/html b/root/template/html
index abac43a..21f9581 100644
--- a/root/template/html
+++ b/root/template/html
@@ -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>