MDL-23097 latest htmlpurifier 4.1.1

This commit is contained in:
Petr Skoda 2010-07-05 21:09:54 +00:00
parent 616861ff34
commit 2e23ad80c4
11 changed files with 94 additions and 60 deletions

View file

@ -1,9 +1,9 @@
Description of HTML Purifier v4.1.0 library import into Moodle
Description of HTML Purifier v4.1.1 library import into Moodle
Changes:
* HMLTModule/Text.php - added <nolink>, <tex>, <lang> and <algebra> tags
* HMLTModule/XMLCommonAttributes.php - remove xml:lang - needed for multilang
* AttrDef/Lang.php - relax lang check - needed for multilang
* Lexer.php - Subverted line break normalisation (requires setting: Output.Newline to \n)
* Lexer.php - Subverted line break normalisation (requires setting: Output.Newline to \n) MDL-22654
skodak