Home
last modified time | relevance | path

Searched refs:_xhtml (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DGenerator.php17 private $_xhtml = true; variable in HTMLPurifier_Generator
75 $this->_xhtml = $this->_def->doctype->xml;
110 'output-xhtml' => $this->_xhtml,
172 ( $this->_xhtml ? ' /': '' ) // <br /> v. <br>
218 if (!$this->_xhtml) {