From 002e08c30730f696d34c4d3ec64b4c9fd585a136 Mon Sep 17 00:00:00 2001 From: Garreau Alexandre Date: Mon, 3 Mar 2014 20:45:18 +0100 Subject: [PATCH 1/3] Indication du charset plus explicite Plus explicite, plus portable, plus compatible. --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 4f521cb..d3c75af 100644 --- a/index.php +++ b/index.php @@ -702,6 +702,7 @@ if( !empty($_POST['opml_file']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY Projet Autoblog<?php if(strlen(HEAD_TITLE)>0) echo " | " . HEAD_TITLE; ?> + From 681697a41f8a571d25d6a1edd05bc6fd1b5ac8c0 Mon Sep 17 00:00:00 2001 From: Garreau Alexandre Date: Mon, 3 Mar 2014 22:03:24 +0100 Subject: [PATCH 2/3] Ajustement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Suppression d’une balise oubliée et capitalisation conventionnelle d’un header HTTP. --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index d3c75af..5dcb740 100644 --- a/index.php +++ b/index.php @@ -702,8 +702,7 @@ if( !empty($_POST['opml_file']) && ALLOW_NEW_AUTOBLOGS && ALLOW_NEW_AUTOBLOGS_BY Projet Autoblog<?php if(strlen(HEAD_TITLE)>0) echo " | " . HEAD_TITLE; ?> - - + From 92fbd461b6d9ee50ad0fab5f07c5796d3414009d Mon Sep 17 00:00:00 2001 From: Garreau Alexandre Date: Mon, 3 Mar 2014 22:05:28 +0100 Subject: [PATCH 3/3] Ajustement. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout de l’attribut charset qui devrait être à l’avenir supporté partout et supplanter l’http-equiv (et fermeture correcte de la balise). --- autoblogs/autoblog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoblogs/autoblog.php b/autoblogs/autoblog.php index add20f0..322d993 100644 --- a/autoblogs/autoblog.php +++ b/autoblogs/autoblog.php @@ -758,7 +758,7 @@ switch($site_type) { echo ' - + '.escape($config->site_title).'