From 94ced6235d43c21e035c39c9da9c94d987447eef Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Thu, 3 Oct 2013 13:46:39 +0200 Subject: even less API changes --- lib/coderay/encoders/html/output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html/output.rb') diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index d3b676c..de6f6ea 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -24,7 +24,7 @@ module Encoders end def make_stylesheet css, in_tag = false # :nodoc: - sheet = css.css + sheet = css.stylesheet sheet = <<-'CSS' if in_tag