HTML5 media <source> tags are short tags

This commit is contained in:
Mikael Nordfeldth 2015-02-25 12:49:15 +01:00
parent ce0b221573
commit 38729133e2
1 changed files with 1 additions and 1 deletions

View File

@ -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();