MDL-69951 filter_tidy: Replace drop-font-tags

The option drop-font-tags was removed in HTML Tidy version 5.5.14.  It
had been deprecated since 5.1.25, the docs said "Use the clean option
instead" which is what this commit does (see
https://api.html-tidy.org/tidy/quickref_5.1.25.html#drop-font-tags).
This commit is contained in:
Leon Stringer 2022-02-18 16:33:11 +00:00
parent 941a29925e
commit 57aabee4e8

View file

@ -47,7 +47,7 @@ class filter_tidy extends moodle_text_filter {
'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,