From ebcf3ab3e0814e4a0187ab23f3209ed162576ef8 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 20 Apr 2009 21:01:37 +0000 Subject: Updated some comments for XML and HTML encoder. * XML encoder is actually broken! REXML fault? * Firefox can handle long HTML tables now. --- lib/coderay/encoders/xml.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/encoders/xml.rb') diff --git a/lib/coderay/encoders/xml.rb b/lib/coderay/encoders/xml.rb index dffa98c..33964dc 100644 --- a/lib/coderay/encoders/xml.rb +++ b/lib/coderay/encoders/xml.rb @@ -29,6 +29,7 @@ module Encoders end def finish options + # FIXME: broken! @doc.write @out, options[:pretty], options[:transitive], true @out end -- cgit v1.2.1