From 3ece1d0ba395da1119bbcef3eb83fa7cdfa146b0 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 7 Jun 2009 14:15:00 +0000 Subject: Removed obsolete :level property from HTML Encoder. Thanks to Gavin for pointing that out. --- lib/coderay/encoders/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay') 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, -- cgit v1.2.1