From 2e2f67b72278ec5ccda6d66b8a78bdde3568fc39 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Tue, 12 Dec 2006 20:43:27 +0000 Subject: [PATCH] Set tidy encoding git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1269 839d8a87-29fc-0310-9880-83ba4fa771e5 --- plugins/block.tidy.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/block.tidy.php b/plugins/block.tidy.php index 3af18ee..00c309b 100644 --- a/plugins/block.tidy.php +++ b/plugins/block.tidy.php @@ -39,6 +39,7 @@ foreach($tidy_on as $opt) { tidy_setopt($opt, true); } foreach($tidy_off as $opt) { tidy_setopt($opt, false); } tidy_setopt('alt-text', '[ inserted by TIDY ]'); tidy_setopt('wrap', '120'); +tidy_set_encoding('latin0'); unset($tidy_o, $tydy_off); /* -- 2.1.4