mirror of
https://github.com/moodle/moodle.git
synced 2025-07-11 17:36:30 +02:00
MDL-16668 import htmlpurifier 3.1.1 to HEAD
This commit is contained in:
@ -20,7 +20,7 @@ class HTMLPurifier_HTMLModule_Text extends HTMLPurifier_HTMLModule
|
||||
'Flow' => 'Heading | Block | Inline'
|
||||
);
|
||||
|
||||
public function __construct() {
|
||||
public function setup($config) {
|
||||
|
||||
// Inline Phrasal -------------------------------------------------
|
||||
$this->addElement('abbr', 'Inline', 'Inline', 'Common');
|
||||
|
Reference in New Issue
Block a user