-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.2, 3.10, 3.11, 3.11.7, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MDL-69951-remove_drop-font-tags -
On my local Moodle development environment as well as on the live website on a webspace since today, a PHP message is visible on the site:
Notice: tidy_repair_string(): Unknown Tidy Configuration Option 'drop-font-tags' in /usr/www/moodle/htdocs/filter/tidy/filter.php on line 64
It appears once and several times on large pages as course pages.
After examining some documentation it seems that the tidy HTML purifier has removed the "drop-font-tags" option in newer versions.
Comenting out line 50 in filter.php let the message disappear.
But for sure, the option was set by purpose in Moodle and I don't know about possible side effects, so I would appreciate you check this error and have a solution working with current tidy HTML purifier versions.
- has a non-specific relationship to
-
MDL-78700 HTML tidy removes inline style tags
-
- Closed
-