lib/onebox/engine/reddit_image_onebox.rb in onebox-1.9.20 vs lib/onebox/engine/reddit_image_onebox.rb in onebox-1.9.21

- old
+ new

@@ -24,10 +24,10 @@ <div class="description"><p>#{raw[:description]}</p></div> </article> </aside> HTML else - html = Onebox::Engine::WhitelistedGenericOnebox.new(@url, @cache, @timeout).to_html + html = Onebox::Engine::WhitelistedGenericOnebox.new(@url, @timeout).to_html return if Onebox::Helpers.blank?(html) html end end end