diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-07 01:42:11 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-07 01:42:11 +0000 |
commit | 7c7b5838cc0387a18891f2c00fe8a247a8f4e86f (patch) | |
tree | 7c7a2b3abecf4277a314d1e5b00ffdad2a7fc535 /root/template/html | |
parent | 8c8dda54492aa15dc238fc4d192bfb456481f949 (diff) | |
parent | 1808659fc6d7d51ab2069a9b7868e2b8dfdf1f5d (diff) | |
download | identity-7c7b5838cc0387a18891f2c00fe8a247a8f4e86f.tar identity-7c7b5838cc0387a18891f2c00fe8a247a8f4e86f.tar.gz identity-7c7b5838cc0387a18891f2c00fe8a247a8f4e86f.tar.bz2 identity-7c7b5838cc0387a18891f2c00fe8a247a8f4e86f.tar.xz identity-7c7b5838cc0387a18891f2c00fe8a247a8f4e86f.zip |
Merge branch 'master' into stable
Conflicts:
META.yml
Diffstat (limited to 'root/template/html')
-rw-r--r-- | root/template/html | 14 |
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> |