summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/encoders')
-rw-r--r--lib/coderay/encoders/html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/html.rb b/lib/coderay/encoders/html.rb
index 08390ad..65a7874 100644
--- a/lib/coderay/encoders/html.rb
+++ b/lib/coderay/encoders/html.rb
@@ -128,7 +128,7 @@ module Encoders
when :info_long
classes.map { |kind| TOKEN_KIND_TO_INFO[kind] }.join('/')
when :debug
- k.inspect
+ classes.inspect
end
" title=\"#{title}\""
end