0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-21 19:45:17 +00:00
htmlpurifier/library/HTMLPurifier/Printer
Eloy Lafuente 37dd61c45f Correct implode() params for php74 compliance (#243)
Passing parameters to implode() in reverse order is deprecated, use
implode($glue, $parts) instead of implode($parts, $glue).

Part of https://tracker.moodle.org/browse/MDL-67115
2020-01-21 11:17:18 -05:00
..
ConfigForm.css Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ConfigForm.js Add vim modelines to all files. 2008-12-06 04:24:59 -05:00
ConfigForm.php Fixed reserved words in constants for PHP 7 as per https://www.php.net/manual/en/reserved.other-reserved-words.php (#222) 2019-07-10 22:24:27 -04:00
CSSDefinition.php PSR-2 reformatting PHPDoc corrections 2013-08-17 22:27:26 -04:00
HTMLDefinition.php Correct implode() params for php74 compliance (#243) 2020-01-21 11:17:18 -05:00