v4.0.0
- HTML void tags render a self-closing slash based on the given document type. If
Parser::setDocumentType()
is givenParser::DOCTYPE_XHTML
, self-closing tags are used, otherwise not.
Parser::setDocumentType()
is given Parser::DOCTYPE_XHTML
, self-closing tags are used, otherwise not.