]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
HTML5 media <source> tags are short tags
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 25 Feb 2015 11:49:15 +0000 (12:49 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 25 Feb 2015 11:49:15 +0000 (12:49 +0100)
lib/xmloutputter.php

index 481b2dedcabc8b80c3185ea12a61d976d38c1b61..71d57e2d56647afad12e413dda029a912c6e19bc 100644 (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();