From 08a53836866a78ce357ea94e4e234b75fe972454 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Tue, 5 Apr 2005 15:41:55 +0000
Subject: [PATCH] =?UTF-8?q?Il=20faut=20probablement=20=C3=A9viter=20le=20s?=
 =?UTF-8?q?urenthousiasme=20qui=20consisterait=20=C3=A0=20valider=20XHTML?=
 =?UTF-8?q?=20les=20flux=20RSS?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-public.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-public.php3 b/inc-public.php3
index 5fe107c522..83eda136ff 100644
--- a/inc-public.php3
+++ b/inc-public.php3
@@ -90,7 +90,7 @@ if (defined("_INC_PUBLIC")) {
 	}
 
 	// Appliquer tidy au besoin
-	if (trim($page) AND $GLOBALS['xhtml_page']) {
+	if (trim($page) AND $GLOBALS['xhtml_page'] AND !$flag_preserver) {
 		include_ecrire('inc_tidy.php');
 		$page = xhtml($page);
 	}
-- 
GitLab