Skip to content

Commit

Permalink
Fix embed.
Browse files Browse the repository at this point in the history
This fixes a regression I introduced in #623 (comment).
  • Loading branch information
jasmussen committed May 5, 2017
1 parent 2aaf988 commit 5a375d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ window._wpGutenbergPost = {
'<p>Try selecting and removing or editing the caption, now you don\'t have to be careful about selecting the image or other text by mistake and ruining the presentation.</p>',
'<!-- /wp:core/text -->',

'<!-- wp:core/embed url:https://www.youtube.com/watch?v=Nl6U7UotA-M -->',
'<!-- wp:core/embed url="https://www.youtube.com/watch?v=Nl6U7UotA-M" -->',
'<figure><iframe width="560" height="315" src="//www.youtube.com/embed/Nl6U7UotA-M" frameborder="0" allowfullscreen></iframe><figcaption><p>State of the Word 2016</p></figcaption></figure>',
'<!-- /wp:core/embed -->',

Expand Down

0 comments on commit 5a375d9

Please sign in to comment.