diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-12-20 14:58:37 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-12-20 14:58:37 +0000 |
commit | e89f10e8201b3d56935fe28fdc666255b0c95f21 (patch) | |
tree | 5302ef5b79ffe2ff567f45341137cff6b4c8d649 /en/about | |
parent | 8620544f02d3dce6e003ae4a21c183ff76b6b6f8 (diff) | |
download | www-e89f10e8201b3d56935fe28fdc666255b0c95f21.tar www-e89f10e8201b3d56935fe28fdc666255b0c95f21.tar.gz www-e89f10e8201b3d56935fe28fdc666255b0c95f21.tar.bz2 www-e89f10e8201b3d56935fe28fdc666255b0c95f21.tar.xz www-e89f10e8201b3d56935fe28fdc666255b0c95f21.zip |
switch doc to html
Diffstat (limited to 'en/about')
-rw-r--r-- | en/about/code-of-conduct/index.php | 11 | ||||
-rw-r--r-- | en/about/values/index.php | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/en/about/code-of-conduct/index.php b/en/about/code-of-conduct/index.php index 88306619e..720f57663 100644 --- a/en/about/code-of-conduct/index.php +++ b/en/about/code-of-conduct/index.php @@ -1,13 +1,12 @@ -<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> - <meta charset="utf-8" /> + <meta charset="utf-8"> <title>Code of Conduct - Mageia</title> - <meta name="description" content="Mageia is new community-based Linux distribution." /> - <meta name="keywords" content="mageia, values, conduct, rules" /> - <meta name="author" content="Mageia" /> - <link rel="stylesheet" type="text/css" href="/g/style/all.css" /> + <meta name="description" content="Mageia is new community-based Linux distribution."> + <meta name="keywords" content="mageia, values, conduct, rules"> + <meta name="author" content="Mageia"> + <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../../analytics.php'; ?> </head> <body> diff --git a/en/about/values/index.php b/en/about/values/index.php index 0b7f1ff05..ecafb2eb3 100644 --- a/en/about/values/index.php +++ b/en/about/values/index.php @@ -1,13 +1,12 @@ -<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> - <meta charset="utf-8" /> + <meta charset="utf-8"> <title>Mageia Values</title> - <meta name="description" content="Mageia is new community-based Linux distribution." /> - <meta name="keywords" content="mageia, values" /> - <meta name="author" content="Mageia" /> - <link rel="stylesheet" type="text/css" href="/g/style/all.css" /> + <meta name="description" content="Mageia is new community-based Linux distribution."> + <meta name="keywords" content="mageia, values"> + <meta name="author" content="Mageia"> + <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../../analytics.php'; ?> </head> <body> |