Skip to content

Commit

Permalink
Rewrite allowfullscreen attribute xml xhtml valid
Browse files Browse the repository at this point in the history
Since text extraction parser used for lozalization can parse XHTML valid mark up only, rewrite allowfullscreen attribute
  • Loading branch information
ynojima authored May 24, 2024
1 parent 46629d1 commit b630b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/homepage-video-band.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="full-width-bg component homepage-content-band video-band">
<div class="grid-wrapper">
<div class="width-6-12 width-12-12-m video-container">
<iframe src="https://www.youtube.com/embed/hhHgurtI674" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/hhHgurtI674" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen="allowfullscreen"></iframe>
</div>
<div class="width-6-12 width-12-12-m">
<h2>Supersonic, Subatomic Java.</h2>
Expand Down

0 comments on commit b630b3e

Please sign in to comment.