X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Fblock.tidy.php;h=00c309b58ab83d695ad77b55b617e9edeeebed7f;hb=2e2f67b72278ec5ccda6d66b8a78bdde3568fc39;hp=3af18ee71ff0541c6b84b5932ce5de360c4c0e34;hpb=383eaddda17da5a11b67b82306248e7b2ebe4457;p=platal.git 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); /*