summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-10-01 02:14:46 +0000
committermurphy <murphy@rubychan.de>2005-10-01 02:14:46 +0000
commitc194637b0d9af5ee756c5efa0942fe8cc09769e5 (patch)
treec9f6f310cacbf8b70b0bc45c2892a402529341db /lib/coderay/encoders/html.rb
parent1712b65570da6495a87f267cb3f11ef05383cbe5 (diff)
downloadcoderay-c194637b0d9af5ee756c5efa0942fe8cc09769e5.tar.gz
Some demos updated.
Massive changes for HTML output layout.
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-rw-r--r--lib/coderay/encoders/html.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index 69b6e22..58fdd86 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -15,7 +15,8 @@ module Encoders
:css => :class,
:wrap => :page,
- :line_numbers => :table,
+
+ :line_numbers => nil,
:line_numbers_offset => 1,
:bold_every => 10,
}