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/css.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html/css.rb') diff --git a/lib/coderay/encoders/html/css.rb b/lib/coderay/encoders/html/css.rb index 69d002a..ef564ce 100644 --- a/lib/coderay/encoders/html/css.rb +++ b/lib/coderay/encoders/html/css.rb @@ -3,7 +3,7 @@ module CodeRay module Encoders class HTML class CSS - DEFAULT_STYLESHEET_ID = :cYcnus + DEFAULT_STYLESHEET_ID = :cycnus attr :stylesheet -- cgit v1.2.1