Skip to content

Commit

Permalink
fix issue googlecodelabs#311
Browse files Browse the repository at this point in the history
  • Loading branch information
mco-gh committed Sep 18, 2019
1 parent 69c8542 commit 0625c16
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 0625c16

Please sign in to comment.