summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/html.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2006-03-16 00:32:51 +0000
committermurphy <murphy@rubychan.de>2006-03-16 00:32:51 +0000
commit82223db2ebdfadeb48e615f3510db54eb600a3c7 (patch)
tree343d129103f08fe5f1071c96c9c7f2bd7a9e4e4e /lib/coderay/encoders/html.rb
parent8948c623203aace20aa537f362a114624f1b0d63 (diff)
downloadcoderay-82223db2ebdfadeb48e615f3510db54eb600a3c7.tar.gz
Fixed HTML encoder again. (Run the test, baka!)
Added jarh.out.raydebug test output. Fixed a typo in Rakefile.
Diffstat (limited to 'lib/coderay/encoders/html.rb')
-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