'List'); function HTMLPurifier_HTMLModule_List() { $this->addElement( 'ol', true, 'List', 'Required: li', 'Common' ); $this->addElement( 'ul', true, 'List', 'Required: li', 'Common' ); $this->addElement( 'dl', true, 'List', 'Required: dt | dd', 'Common' ); $this->addElement( 'li', true, false, 'Flow', 'Common' ); $this->info['li']->auto_close = array('li' => true); $this->addElement( 'dd', true, false, 'Flow', 'Common' ); $this->addElement( 'dt', true, false, 'Inline', 'Common' ); } } ?>