lib/onebox/engine/youku_onebox.rb in onebox-2.2.12 vs lib/onebox/engine/youku_onebox.rb in onebox-2.2.13
- old
+ new
@@ -19,23 +19,23 @@
nil
end
def to_html
<<~HTML
- <iframe src="https://player.youku.com/embed/#{video_id}"
- width="640"
- height="430"
- frameborder='0'
- allowfullscreen>
- </iframe>
+ <iframe
+ src="https://player.youku.com/embed/#{video_id}"
+ width="640"
+ height="430"
+ frameborder='0'
+ allowfullscreen
+ ></iframe>
HTML
end
private
def uri
@_uri ||= URI(@url)
end
-
end
end
end