Skip to content

Commit f9ea6d2

Browse files
committed
Fix typo in Podcasts show template
1 parent 7e6a111 commit f9ea6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/podcasts/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<div class="container" style="line-height: 1.9em; margin-bottom: -100px;">
3535
<section class="doc" style="padding: 50px 0px 50px 0px;">
36-
<iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%px" height="120" scrolling="no" frameborder="yes"></iframe>
36+
<iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" scrolling="no" frameborder="yes"></iframe>
3737
<br />
3838

3939
<%= raw @content %>

0 commit comments

Comments
 (0)