From 1b025b2b9f28d8fa147ef8f0c79e0f363072f43b Mon Sep 17 00:00:00 2001
From: "real3t@gmail.com" <>
Date: Fri, 11 Dec 2015 09:32:50 +0000
Subject: [PATCH] =?UTF-8?q?D'apr=C3=A8s=20le=20validateur=20du=20W3C,=20le?=
 =?UTF-8?q?=20charset=20doit=20=C3=AAtre=20dans=20les=20512=20premiers=20o?=
 =?UTF-8?q?ctets=20du=20code=20source=20(c'=C3=A9tait=20un=20warning).?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 noisettes/header/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/noisettes/header/header.html b/noisettes/header/header.html
index ea32d446..9ad75adb 100644
--- a/noisettes/header/header.html
+++ b/noisettes/header/header.html
@@ -1,6 +1,7 @@
 <!DOCTYPE HTML>
 <html xmlns="http://www.w3.org/1999/xhtml" lang="#LANG" xml:lang="#LANG" dir="#LANG_DIR">
 <head><title>[(#ENV{title}) - ][(#NOM_SITE_SPIP|textebrut)]</title>
+<meta charset="#CHARSET">
 [(#REM) FaceBook Open Graph : https://developers.facebook.com/docs/opengraphprotocol/ & https://developers.facebook.com/tools/lint pour vérifier ]
 <meta property="og:title" content="[(#ENV{title}|sinon{[(#NOM_SITE_SPIP|textebrut|attribut_html)]})]" />
 <meta property="og:type" content="article" />
@@ -9,7 +10,6 @@
 <meta property="og:site_name" content="[(#NOM_SITE_SPIP|textebrut)]" />
 [<meta property="og:description" content="(#ENV{metadescription,[(#DESCRIPTIF_SITE_SPIP|supprimer_tags|attribut_html)]})" />]
 <meta property="og:locale" content="[(#LANG|strtolower)]_[(#LANG|strtoupper)]" />
-<meta charset="#CHARSET">
 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 <BOUCLE_http-equiv(MOTS){type=_HTTP-EQUIV}{par titre}>[<meta[ http-equiv="(#TITRE|attribut_html)"] content="(#TEXTE|attribut_html)" />]</BOUCLE_http-equiv>
-- 
GitLab