leedo / noembed

oEmbed gateway service with additional non-oEmbed sources
http://www.noembed.com
481 stars 90 forks source link

Boolean attributes are not valid XML #45

Closed sonnyp closed 8 years ago

sonnyp commented 9 years ago

noembed object html property returns boolean attributes, it breaks XHTML documents.

<iframe width=" 480" height="270" src="https://www.youtube.com/embed/TEmHuISQnNw?feature=oembed" frameborder="0" allowfullscreen></iframe>

The solution is to use

allowfullscreen="allowfullscreen"