From 880278a9b2f1f838210a5c100d08a14e1a15aa5b Mon Sep 17 00:00:00 2001 From: Francisco Marcelo de Araújo Lima Júnior Date: Tue, 18 Mar 2014 17:24:27 -0300 Subject: [PATCH] #embed block: add width and height attributes --- app/models/block.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/block.rb b/app/models/block.rb index c007686..eb4dd30 100644 --- a/app/models/block.rb +++ b/app/models/block.rb @@ -21,7 +21,7 @@ class Block < ActiveRecord::Base end def embed_code(url) - html = "" + html = "" end # Determines whether a given block must be visible. Optionally a -- libgit2 0.21.2