summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/xml.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-04-20 21:01:37 +0000
committermurphy <murphy@rubychan.de>2009-04-20 21:01:37 +0000
commitebcf3ab3e0814e4a0187ab23f3209ed162576ef8 (patch)
treec66d4ce0ca29636b641501369051470d8cd3a6b4 /lib/coderay/encoders/xml.rb
parent2b5a8db69e9b16235f02b5896a0680ba23fd38bd (diff)
downloadcoderay-ebcf3ab3e0814e4a0187ab23f3209ed162576ef8.tar.gz
Updated some comments for XML and HTML encoder.
* XML encoder is actually broken! REXML fault? * Firefox can handle long HTML tables now.
Diffstat (limited to 'lib/coderay/encoders/xml.rb')
-rw-r--r--lib/coderay/encoders/xml.rb1
1 files changed, 1 insertions, 0 deletions
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