From: Mikael Nordfeldth Date: Wed, 25 Feb 2015 11:49:15 +0000 (+0100) Subject: HTML5 media tags are short tags X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=38729133e2697832c09fcaa06571795c08777904;p=quix0rs-gnu-social.git HTML5 media tags are short tags --- diff --git a/lib/xmloutputter.php b/lib/xmloutputter.php index 481b2dedca..71d57e2d56 100644 --- a/lib/xmloutputter.php +++ b/lib/xmloutputter.php @@ -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();