From 82223db2ebdfadeb48e615f3510db54eb600a3c7 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 16 Mar 2006 00:32:51 +0000 Subject: Fixed HTML encoder again. (Run the test, baka!) Added jarh.out.raydebug test output. Fixed a typo in Rakefile. --- lib/coderay/encoders/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html.rb') 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 -- cgit v1.2.1