projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0b221
)
HTML5 media <source> tags are short tags
author
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 25 Feb 2015 11:49:15 +0000
(12:49 +0100)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Wed, 25 Feb 2015 11:49:15 +0000
(12:49 +0100)
lib/xmloutputter.php
patch
|
blob
|
history
diff --git
a/lib/xmloutputter.php
b/lib/xmloutputter.php
index 481b2dedcabc8b80c3185ea12a61d976d38c1b61..71d57e2d56647afad12e413dda029a912c6e19bc 100644
(file)
--- 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();