From 7c96846e16ae60d8797ef37d83cb6b0f0553ef2e Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 5 Dec 2005 17:59:17 +0000 Subject: Some fixes for cYcnus style (capital Y makes problems) Fixes in the coderay_rdoc_template. --- lib/coderay/encoders/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html.rb') diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb index df4130e..e456356 100644 --- a/lib/coderay/encoders/html.rb +++ b/lib/coderay/encoders/html.rb @@ -71,7 +71,7 @@ module Encoders :level => :xhtml, :css => :class, - :style => :cYcnus, + :style => :cycnus, :wrap => :page, -- cgit v1.2.1