diff options
author | murphy <murphy@rubychan.de> | 2005-10-01 02:14:46 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2005-10-01 02:14:46 +0000 |
commit | c194637b0d9af5ee756c5efa0942fe8cc09769e5 (patch) | |
tree | c9f6f310cacbf8b70b0bc45c2892a402529341db /lib/coderay/encoders/span.rb | |
parent | 1712b65570da6495a87f267cb3f11ef05383cbe5 (diff) | |
download | coderay-c194637b0d9af5ee756c5efa0942fe8cc09769e5.tar.gz |
Some demos updated.
Massive changes for HTML output layout.
Diffstat (limited to 'lib/coderay/encoders/span.rb')
-rw-r--r-- | lib/coderay/encoders/span.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/coderay/encoders/span.rb b/lib/coderay/encoders/span.rb index a7715f4..abd8a39 100644 --- a/lib/coderay/encoders/span.rb +++ b/lib/coderay/encoders/span.rb @@ -10,7 +10,6 @@ module CodeRay module Encoders DEFAULT_OPTIONS = HTML::DEFAULT_OPTIONS.merge({
:css => :style,
:wrap => :span,
- :line_numbers => nil,
})
end
|