Skip to content

Commit

Permalink
Merge pull request googlecodelabs#349 from googlecodelabs/embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Garnier authored Sep 19, 2019
2 parents 69c8542 + 0625c16 commit bb61f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion claat/render/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,6 @@ func (hw *htmlWriter) youtube(n *types.YouTubeNode) {
}

func (hw *htmlWriter) iframe(n *types.IframeNode) {
hw.writeFmt(`<iframe class="youtube-video" src="%s"></iframe>`,
hw.writeFmt(`<iframe class="embedded-iframe" src="%s"></iframe>`,
n.URL)
}

0 comments on commit bb61f62

Please sign in to comment.