mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
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:
parent
941a29925e
commit
57aabee4e8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue