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/styles/cycnus.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb index 264b5fe..ec19fae 100644 --- a/lib/coderay/styles/cycnus.rb +++ b/lib/coderay/styles/cycnus.rb @@ -3,7 +3,7 @@ module CodeRay class CYcnus < Style - register_for :cYcnus + register_for :cycnus code_background = '#f8f8f8' numbers_background = '#def' -- cgit v1.2.1