lib/onebox/engine/opengraph_image.rb in onebox-2.2.12 vs lib/onebox/engine/opengraph_image.rb in onebox-2.2.13
- old
+ new
@@ -6,9 +6,8 @@
def to_html
og = get_opengraph
"<img src='#{og.image}' width='#{og.image_width}' height='#{og.image_height}' class='onebox' #{og.title_attr}>"
end
-
end
end
end