diff options
Diffstat (limited to 'lib/coderay/encoders/_map.rb')
-rw-r--r-- | lib/coderay/encoders/_map.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/_map.rb b/lib/coderay/encoders/_map.rb index 24ada0a..e5cbdeb 100644 --- a/lib/coderay/encoders/_map.rb +++ b/lib/coderay/encoders/_map.rb @@ -3,7 +3,6 @@ module Encoders map \ :loc => :lines_of_code, - :html => :page, :plain => :text, :plaintext => :text, :remove_comments => :comment_filter, |