diff options
author | murphy <murphy@rubychan.de> | 2009-06-07 14:15:00 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-06-07 14:15:00 +0000 |
commit | 3ece1d0ba395da1119bbcef3eb83fa7cdfa146b0 (patch) | |
tree | ed8f3038c2a03d8e6372325644a3e43685007895 /lib/coderay/encoders/html.rb | |
parent | 91beefbe4d7d00e725ccc1f4a810dd3081df2103 (diff) | |
download | coderay-3ece1d0ba395da1119bbcef3eb83fa7cdfa146b0.tar.gz |
Removed obsolete :level property from HTML Encoder.
Thanks to Gavin for pointing that out.
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r-- | lib/coderay/encoders/html.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index 4e47396..ad86d6b 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -88,7 +88,7 @@ module Encoders DEFAULT_OPTIONS = { :tab_width => 8, - :level => :xhtml, + # :level => :xhtml, # reserved for future use :css => :class, :style => :cycnus, |