Files
moodle/lib/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.RemoveBlanks.txt
T
Daniel Ziegenberg c03ec92852 MDL-84154 libraries: Upgrade HTML Purifier to 4.18.0
The library comes with an advertised PHP 8.4 compatibility.

Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2025-03-16 21:42:28 +01:00

11 lines
264 B
Plaintext

Core.RemoveBlanks
TYPE: bool
DEFAULT: false
VERSION: 4.18
--DESCRIPTION--
<p>
If set to true, blank nodes will be removed. This can be useful for maintaining
backwards compatibility when upgrading from previous versions of PHP.
</p>
--# vim: et sw=4 sts=4