diff --git a/filter/tidy/filter.php b/filter/tidy/filter.php index 567f9b683bceb..2bdb79ffba39b 100644 --- a/filter/tidy/filter.php +++ b/filter/tidy/filter.php @@ -47,7 +47,7 @@ function filter($text, array $options = array()) { 'show-body-only' => true, 'tidy-mark' => false, 'drop-proprietary-attributes' => true, - 'drop-font-tags' => true, + 'clean' => true, 'drop-empty-paras' => true, 'indent' => true, 'quiet' => true,