MDL-11415 imported htmlpurifier 2.1.2

This commit is contained in:
skodak
2007-09-23 15:47:26 +00:00
parent 024ef5288a
commit 5b242699b7
17 changed files with 3995 additions and 38 deletions
@@ -47,7 +47,7 @@ class HTMLPurifier_HTMLModule_Text extends HTMLPurifier_HTMLModule
$this->addElement('algebra', true, 'Inline', 'Flow');
$this->addElement('lang', true, 'Inline', 'Flow', 'I18N');
// Moodle specific elements - end
// Block Phrasal --------------------------------------------------
$this->addElement('address', true, 'Block', 'Inline', 'Common');
$this->addElement('blockquote', true, 'Block', 'Optional: Heading | Block | List', 'Common', array('cite' => 'URI') );