summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders/html')
-rw-r--r--lib/coderay/encoders/html/css.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html/css.rb b/lib/coderay/encoders/html/css.rb
index ef564ce..e938e07 100644
--- a/lib/coderay/encoders/html/css.rb
+++ b/lib/coderay/encoders/html/css.rb
@@ -7,7 +7,7 @@ module CodeRay module Encoders
attr :stylesheet
- def CSS.load_stylesheet style
+ def CSS.load_stylesheet style = :default
style = DEFAULT_STYLESHEET_ID if style == :default
CodeRay::Styles[style]
end