lib/bbcoder.rb in bbcoder-1.1.0 vs lib/bbcoder.rb in bbcoder-1.1.1
- old
+ new
@@ -61,10 +61,10 @@
%(<a href="#{singular? ? meta : content}"><img src="#{singular? ? meta : content}" /></a>)
end
tag :youtube do
<<-EOS
-<iframe width="560" height="349" src="http://www.youtube.com/embed/#{content}" frameborder="0" allowfullscreen></iframe>
+<iframe width="560" height="349" src="https://www.youtube.com/embed/#{content}" frameborder="0" allowfullscreen></iframe>
EOS
end
tag :sub, :singular => true do
%(<sub>#{singular? ? meta : content}</sub>)