diff options
Diffstat (limited to 'lib/coderay/encoders/span.rb')
-rw-r--r-- | lib/coderay/encoders/span.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/coderay/encoders/span.rb b/lib/coderay/encoders/span.rb index 988afec..319f6fd 100644 --- a/lib/coderay/encoders/span.rb +++ b/lib/coderay/encoders/span.rb @@ -9,10 +9,9 @@ module Encoders register_for :span - DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({ + DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge \ :css => :style, - :wrap => :span, - }) + :wrap => :span end |