From c194637b0d9af5ee756c5efa0942fe8cc09769e5 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 1 Oct 2005 02:14:46 +0000 Subject: Some demos updated. Massive changes for HTML output layout. --- lib/coderay/encoders/html.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html.rb') 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, } -- cgit v1.2.1