diff --git a/inc-public.php3 b/inc-public.php3 index 5fe107c522a2e6e779ae1bd07eb7b1b8a3702f44..83eda136ff2fefb1b070346ebe9f1461d07f9402 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); }