summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-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,