summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/coderay2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/coderay b/bin/coderay
index ccf16a9..d78cd57 100755
--- a/bin/coderay
+++ b/bin/coderay
@@ -197,7 +197,7 @@ when 'li', 'list'
end
end
when 'stylesheet', 'style', 'css'
- puts CodeRay::Encoders[:html]::CSS.new(args.first).stylesheet
+ puts CodeRay::Encoders[:html]::CSS.new(args.first || :default).stylesheet
when 'commands'
commands
when 'help'