Close an open tag and cleanup spaces (#2782)

This commit is contained in:
rhymes 2019-05-10 15:09:40 +02:00 committed by Mac Siri
parent 62578e4a59
commit 4e256e509e
6 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<iframe
height="<%= height %>"
src="<%= link %>?height=<%= height %>&<%= build_options %>&embed-version=2"
src="<%= link %>?height=<%= height %>&<%= build_options %>&embed-version=2"
scrolling="no"
frameborder="no"
allowtransparency="true"

View file

@ -1,5 +1,5 @@
<iframe
src="<%= "https://codesandbox.io/embed/#{id}#{query}" %>"
src="<%= "https://codesandbox.io/embed/#{id}#{query}" %>"
style="width:100%; height:calc(300px + 8vw); border:0; border-radius: 4px; overflow:hidden;"
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation-by-user-activation>"
sandbox="allow-same-origin allow-scripts allow-forms allow-top-navigation-by-user-activation">
</iframe>

View file

@ -1,6 +1,6 @@
<div class="instagram-position">
<iframe
id="instagram-liquid-tag"
id="instagram-liquid-tag"
src="https://www.instagram.com/p/<%= id %>/embed/captioned"
allowtransparency="true"
frameborder="0"

View file

@ -1,7 +1,7 @@
<iframe
src="<%= "#{link}/embedded/#{build_options}/dark" %>"
width="100%"
height="<%= height%>"
height="<%= height %>"
scrolling="no"
frameborder="no"
allowfullscreen

View file

@ -4,5 +4,5 @@
scrolling="no"
frameborder="no"
allow="autoplay"
src="https://w.soundcloud.com/player/?url=<%= link %>&auto_play=false&color=%23000000&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true" >
src="https://w.soundcloud.com/player/?url=<%= link %>&auto_play=false&color=%23000000&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true">
</iframe>

View file

@ -1,9 +1,9 @@
<iframe
src="https://stackblitz.com/edit/<%= id %>?embed=1&<%= view %>&<%= file %>"
width="100%"
height="<%= height %>"
scrolling="no"
frameborder="no"
allowfullscreen
allowtransparency="true">
</iframe>
<iframe
src="https://stackblitz.com/edit/<%= id %>?embed=1&<%= view %>&<%= file %>"
width="100%"
height="<%= height %>"
scrolling="no"
frameborder="no"
allowfullscreen
allowtransparency="true">
</iframe>