[Mageia-sysadm] [167] fix some styling and templating errors and html5 validation ( patch by Maarten Vanraes )

root at mageia.org root at mageia.org
Tue Dec 14 00:12:17 CET 2010


Revision: 167
Author:   misc
Date:     2010-12-14 00:12:16 +0100 (Tue, 14 Dec 2010)
Log Message:
-----------
fix some styling and templating errors and html5 validation ( patch by Maarten Vanraes )

Modified Paths:
--------------
    identity/CatDap/trunk/root/template/html

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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101214/db3b2c24/attachment.html>


More information about the Mageia-sysadm mailing list