Skip to content

Commit

Permalink
We're manually embeding the css, we need this
Browse files Browse the repository at this point in the history
  • Loading branch information
divoxx committed May 28, 2015
1 parent b5ad0b2 commit 50bc56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/premailer/rails/customized_premailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(html)
Premailer.send(:include, Adapter.find(Adapter.use))
doc = load_html(html)

options = @options.merge(css_string: CSSHelper.css_for_doc(doc))
options = @options.merge(include_link_tags: false, css_string: CSSHelper.css_for_doc(doc))
super(html, options)
end
end
Expand Down

0 comments on commit 50bc56f

Please sign in to comment.