diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-10-03 13:46:39 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-10-03 13:46:39 +0200 |
commit | 94ced6235d43c21e035c39c9da9c94d987447eef (patch) | |
tree | b9dfc975fb42eb4d5fced273b402940d455b64f0 /lib/coderay/encoders/html/output.rb | |
parent | 0023deede4144b4d7e8aa90a6557a3df00b88edc (diff) | |
download | coderay-94ced6235d43c21e035c39c9da9c94d987447eef.tar.gz |
even less API changes
Diffstat (limited to 'lib/coderay/encoders/html/output.rb')
-rw-r--r-- | lib/coderay/encoders/html/output.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <style type="text/css"> #{sheet} |