summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-06-07 14:15:00 +0000
committermurphy <murphy@rubychan.de>2009-06-07 14:15:00 +0000
commit3ece1d0ba395da1119bbcef3eb83fa7cdfa146b0 (patch)
treeed8f3038c2a03d8e6372325644a3e43685007895 /lib/coderay
parent91beefbe4d7d00e725ccc1f4a810dd3081df2103 (diff)
downloadcoderay-3ece1d0ba395da1119bbcef3eb83fa7cdfa146b0.tar.gz
Removed obsolete :level property from HTML Encoder.
Thanks to Gavin for pointing that out.
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/encoders/html.rb2
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,