diff options
author | murphy <murphy@rubychan.de> | 2006-03-16 00:32:51 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2006-03-16 00:32:51 +0000 |
commit | 82223db2ebdfadeb48e615f3510db54eb600a3c7 (patch) | |
tree | 343d129103f08fe5f1071c96c9c7f2bd7a9e4e4e /lib/coderay/encoders | |
parent | 8948c623203aace20aa537f362a114624f1b0d63 (diff) | |
download | coderay-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')
-rw-r--r-- | lib/coderay/encoders/html.rb | 2 |
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
|