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/span.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/coderay/encoders/span.rb') 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 -- cgit v1.2.1