HTML5 media <source> tags are short tags
This commit is contained in:
parent
ce0b221573
commit
38729133e2
|
@ -212,7 +212,7 @@ class XMLOutputter
|
|||
{
|
||||
static $empty_tag = array('base', 'meta', 'link', 'hr',
|
||||
'br', 'param', 'img', 'area',
|
||||
'input', 'col');
|
||||
'input', 'col', 'source');
|
||||
// XXX: check namespace
|
||||
if (in_array($tag, $empty_tag)) {
|
||||
$this->xw->endElement();
|
||||
|
|
Loading…
Reference in New Issue
Block a user